Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / Clip Method
The clipping rectangle in the source image to be extracted as the new GcSkiaBitmap.

In This Topic
    Clip Method (GcSkiaBitmap)
    In This Topic
    Creates a new GcSkiaBitmap containing a fragment of the current image.
    Syntax
    '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.
    See Also