Creates new Crop class instance. You are specifying cropping rectangle here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
Type: System.Int32
X-coordinate for the left upper corner of the cropping rectangle. It can be changed later via Rectangle (using X property).Type: System.Int32
Y-coordinate for the left upper corner of the cropping rectangle. It can be changed later via Rectangle (using Y property).Type: System.Int32
Width of the cropping rectangle. It can be changed later via Rectangle (using Width property).Type: System.Int32
Height of the cropping rectangle. It can be changed later via Rectangle (using Height property).