Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / CreateGraphics Method
If not null, specifies the color to clear the image with.

In This Topic
    CreateGraphics Method (GcSkiaBitmap)
    In This Topic
    Creates an instance of the GcSkiaGraphics class.
    Syntax
    'Declaration
     
    Public Function CreateGraphics( _
       Optional ByVal backColor As System.Nullable(Of Color) _
    ) As GcSkiaGraphics
    public GcSkiaGraphics CreateGraphics( 
       System.Nullable<Color> backColor
    )

    Parameters

    backColor
    If not null, specifies the color to clear the image with.

    Return Value

    A new instance of GcSkiaGraphics.
    See Also