TransformsProvider.Crop Method (Rectangle)

Crops the bitmap using specified rectangle (which is not obligatory totally inside the bitmap).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Crop(
	Rectangle rect
)

Parameters

rect

Type: System.Drawing.Rectangle

The cropping rectangle.

Remarks

You can also use Crop class to crop the image.

See Also

Reference

Manual