Produces a cropped copy of a given bitmap. The source bitmap remains unchanged.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap to crop.Type: System.Int32
The x-coordinate of the upper-left corner of the cropping rectangle.Type: System.Int32
The y-coordinate of the upper-left corner of the cropping rectangle.Type: System.Int32
The width of the cropping rectangle.Type: System.Int32
The height of the cropping rectangle.