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