MetaImage.Crop
Crop(int, int, int, int)
Crop image with shifts.
public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
| Parameter | Type | Description |
|---|---|---|
| leftShift | Int32 | The left shift. |
| rightShift | Int32 | The right shift. |
| topShift | Int32 | The top shift. |
| bottomShift | Int32 | The bottom shift. |
See Also
- class MetaImage
- namespace Aspose.Imaging.FileFormats.Emf
- assembly Aspose.Imaging
Crop(Rectangle)
Crops the specified rectangle.
public virtual void Crop(Rectangle rectangle)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangle. |
See Also
- struct Rectangle
- class MetaImage
- namespace Aspose.Imaging.FileFormats.Emf
- assembly Aspose.Imaging