Creates new Crop class instance. You are specifying cropping rectangle and background color 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, _ backgroundColor As Color _ )
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).Type: Aurigma.GraphicsMill.Color
Crop background color value. If its color space does not conform pixel format of target bitmap, it is converted to bitmap color space. You can change it later through property BackgroundColor.