[]
Initializes a new instance of the GcSkiaGraphics.
public GcSkiaGraphics(int width, int height, bool opaque = false, Color? backColor = null)
Public Sub New(width As Integer, height As Integer, Optional opaque As Boolean = False, Optional backColor As Color? = Nothing)
Type | Name | Description |
---|---|---|
int | width | The width of the image, in pixels. |
int | height | The height of the image, in pixels. |
bool | opaque | Indicates whether the alpha channel should be ignored. |
Color? | backColor | If not null, specifies the color to clear the drawing surface with. |