[]
Creates an instance of the GcSkiaImage class from the current GcSkiaBitmap.
public GcSkiaImage ToSkiaImage(Rectangle? clipRect = null)
Public Function ToSkiaImage(Optional clipRect As Rectangle? = Nothing) As GcSkiaImage
Type | Name | Description |
---|---|---|
Rectangle? | clipRect | Clipping rectangle to be copied to GcSkiaImage. |
Type | Description |
---|---|
GcSkiaImage | A new instance of the GcSkiaImage class. |