[]
Creates an instance of the GcD2DBitmapGraphics class.
public GcD2DBitmapGraphics CreateGraphics(Color? backColor = null)
Public Function CreateGraphics(Optional backColor As Color? = Nothing) As GcD2DBitmapGraphics
| Type | Name | Description |
|---|---|---|
| Color? | backColor | If not null, specifies the color that is used to initialize the image. |
| Type | Description |
|---|---|
| GcD2DBitmapGraphics | The new instance of GcD2DBitmapGraphics. |