[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Indexed4bppBitmap.Clip

Clip Method

Clip(Rectangle)

Creates a new Indexed4bppBitmap with a fragment of the image.

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

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

Returns
Type Description
Indexed4bppBitmap