Table of Contents

Method Crop

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Crop(Rectangle)

Cropping the image.

public abstract void Crop(Rectangle rectangle)

Parameters

rectangle Rectangle

The rectangle.

Crop(int, int, int, int)

Crop image with shifts.

public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)

Parameters

leftShift int

The left shift.

rightShift int

The right shift.

topShift int

The top shift.

bottomShift int

The bottom shift.