Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / Graphics Property

In This Topic
    Graphics Property (GcD2DBitmap)
    In This Topic
    Gets an instance of the GcD2DBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As GcD2DBitmapGraphics
    public GcD2DBitmapGraphics Graphics {get;}
    See Also