GcSkiaGraphics Constructor
In This Topic
Initializes a new instance of the
GcSkiaGraphics.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Nullable(Of Color) _
)
public GcSkiaGraphics(
System.int ,
System.int ,
System.bool ,
System.Nullable<Color>
)
Parameters
- width
- The width of the image, in pixels.
- height
- The height of the image, in pixels.
- opaque
- Indicates whether the alpha channel should be ignored.
- backColor
- If not null, specifies the color to clear the drawing surface with.
See Also