Crops the image using specified rectangle (which is not obligatory totally inside the bitmap).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Crop ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
Type: System.Int32
X-coordinate of the cropping rectangle.Type: System.Int32
Y-coordinate of the cropping rectangle.Type: System.Int32
Width of the cropping rectangle.Type: System.Int32
Height of the cropping rectangle.bitmap.Transforms.Crop(100, 150, 100, 80)
bitmap.Transforms.Crop(100, 150, 100, 80);