'Declaration Public Function Clip( _ ByVal rect As System.Drawing.Rectangle _ ) As GcSkiaBitmap
public GcSkiaBitmap Clip( System.Drawing.Rectangle rect )
Parameters
- rect
- The clipping rectangle in the source image to be extracted as the new GcSkiaBitmap.
Return Value
The new GcSkiaBitmap containing the image fragment.