[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaBitmap.Clip

Clip Method

Clip(Rectangle)

Creates a new GcSkiaBitmap containing a fragment of the current image.

Declaration
public GcSkiaBitmap Clip(Rectangle rect)
Public Function Clip(rect As Rectangle) As GcSkiaBitmap
Parameters
Type Name Description
Rectangle rect

The clipping rectangle in the source image to be extracted as the new GcSkiaBitmap.

Returns
Type Description
GcSkiaBitmap

The new GcSkiaBitmap containing the image fragment.