[]
Creates an instance of the GcSkiaImage class from the current GcSkiaGraphics.
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 | An instance of the GcBitmap with the image fragment. |