[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Indexed8bppBitmap.Clip

Clip Method

Clip(Rectangle)

Creates a new Indexed8bppBitmap with a fragment of the image.

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

Clipping rectangle of the source image to be extracted as a new Indexed8bppBitmap.

Returns
Type Description
Indexed8bppBitmap