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