[]
Creates a new GcSkiaBitmap containing a fragment of the current image.
public GcSkiaBitmap Clip(Rectangle rect)
Public Function Clip(rect As Rectangle) As GcSkiaBitmap
Type | Name | Description |
---|---|---|
Rectangle | rect | The clipping rectangle in the source image to be extracted as the new GcSkiaBitmap. |
Type | Description |
---|---|
GcSkiaBitmap | The new GcSkiaBitmap containing the image fragment. |