GcSkiaBitmap Constructor(GcBitmap)
In This Topic
Initializes a new instance of the
GcSkiaBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As GcBitmap _
)
public GcSkiaBitmap(
GcBitmap
)
Parameters
- bmp
- The source GrapeCity.Documents.Imaging.GcBitmap.
See Also