ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.GcGdi Namespace / GcGdiGraphics Class
Members

In This Topic
    GcGdiGraphics Class
    In This Topic
    It is a bridge between GcDoc and GDI+ which allows to draw in viewers. Limitations: doesn't support some pen alignments, smoothing...
    Object Model
    GcGdiGraphics Class
    Syntax
    'Declaration
     
    Public NotInheritable Class GcGdiGraphics 
       Inherits GrapeCity.Documents.Drawing.GcGraphics
    public sealed class GcGdiGraphics : GrapeCity.Documents.Drawing.GcGraphics 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Drawing.GcGraphics
          GrapeCity.ActiveReports.Core.Document.Drawing.GcGdi.GcGdiGraphics

    See Also