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