GcSkiaBitmap Constructor(Int32,Int32,Boolean)
In This Topic
Initializes a new instance of the
GcSkiaBitmap class and creates the image.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Boolean _
)
public GcSkiaBitmap(
System.int ,
System.int ,
System.bool
)
Parameters
- pixelWidth
- The width of the image, in pixels.
- pixelHeight
- The height of the image, in pixels.
- opaque
- Indicates whether the alpha channel should be ignored.
See Also