Document Solutions for Imaging
DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / Graphics Property

In This Topic
    Graphics Property (GcSkiaBitmap)
    In This Topic
    Gets an instance of the GcSkiaGraphics class associated with this image.

    The graphics becomes available after executing the CreateGraphics method.

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