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

In This Topic
    SKBitmap Property
    In This Topic
    Gets the underlying SkiaSharp.SKBitmap object.
    Syntax
    'Declaration
     
    Public ReadOnly Property SKBitmap As SkiaSharp.SKBitmap
    public SkiaSharp.SKBitmap SKBitmap {get;}
    See Also