Crop Constructor (Rectangle)

Initializes a new instance of the Crop class using the specified cropping rectangle.

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

Syntax

C#
public Crop(
	Rectangle rect
)

Parameters

rect

Type: System.Drawing.Rectangle

The cropping rectangle. You can change this value later through the Rectangle property.

See Also

Reference