[]
Creates an instance of the GcBitmapGraphics class.
public GcBitmapGraphics CreateGraphics(Color? backColor = null)
Public Function CreateGraphics(Optional backColor As Color? = Nothing) As GcBitmapGraphics
Type | Name | Description |
---|---|---|
Color? | backColor | If not null, specifies the color to clear the image with. |
Type | Description |
---|---|
GcBitmapGraphics | A new instance of GcBitmapGraphics. |