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

In This Topic
    Graphics Property (GcBitmap)
    In This Topic
    Gets an instance of the GcBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

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