ApngImage.Crop
Contents
[
Hide
]Crop(Rectangle)
Effortlessly crop the image to focus on specific areas with this intuitive method. Perfect for developers seeking to refine the composition of their images dynamically.
public override void Crop(Rectangle rectangle)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle. |
See Also
- struct Rectangle
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging
Crop(int, int, int, int)
Crop the image while adjusting shifts seamlessly with this intuitive method. Ideal for developers seeking precise control over the cropping process to focus on specific areas of their Apng images.
public override 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 ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging