Crop.Rectangle Property

Gets or sets a cropping rectangle.

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

Syntax

C#
public Rectangle Rectangle { get; set; }

Property Value

The cropping rectangle.

Remarks

By default this rectangle has zero width and height. That's why it is necessary to always initialize this property before applying crop.

See Also

Reference