Crop Constructor (Int32, Int32, Int32, Int32)

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(
	int x,
	int y,
	int width,
	int height
)

Parameters

x

Type: System.Int32

The x-coordinate of the upper-left corner of the cropping rectangle.
y

Type: System.Int32

The y-coordinate of the upper-left corner of the cropping rectangle.
width

Type: System.Int32

The width of the cropping rectangle.
height

Type: System.Int32

The height of the cropping rectangle.

See Also

Reference