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

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

    Parameters

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

    Return Value

    A new instance of GcWicBitmapGraphics.
    See Also