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

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

    Parameters

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

    Return Value

    A new instance of GcBitmapGraphics.
    See Also