'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.