CreateGraphics Method (GcD2DBitmap)
Creates an instance of the
GcD2DBitmapGraphics class.
'Declaration
Public Function CreateGraphics( _
Optional ByVal As System.Nullable(Of Color) _
) As GcD2DBitmapGraphics
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.