Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / CreateGraphics Method
If not a null reference (Nothing in Visual Basic), specifies the color that is used to initialize the image.

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

    Parameters

    backColor
    If not a null reference (Nothing in Visual Basic), specifies the color that is used to initialize the image.

    Return Value

    The new instance of GcD2DBitmapGraphics.
    See Also