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