This documentation is for the old version. Go to the latest Graphics Mill docs

Crop Constructor (RectangleF)

Creates new Crop class instance. You are specifying cropping rectangle here.

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

Syntax

Visual Basic
Public Sub New ( _
	rect As RectangleF _
)
C#
public Crop(
	RectangleF rect
)

Parameters

rect

Type: System.Drawing.RectangleF

Cropping rectangle. You can change it later through property Rectangle.

See Also

Reference