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

In This Topic
    Graphics Property (GcWicBitmap)
    In This Topic
    Gets an instance of the GcWicBitmapGraphics class.

    The Graphics becomes available after executing the CreateGraphics method.

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