'Declaration Public Function CreateGraphics( _ Optional ByVal backColor As System.Nullable(Of Color) _ ) As GcWicBitmapGraphics
public GcWicBitmapGraphics CreateGraphics( System.Nullable<Color> backColor )
Parameters
- backColor
- If not null, specifies the color to clear the image with.
Return Value
A new instance of GcWicBitmapGraphics.