Crop
Crop(Rectangle)
Bild zuschneiden.
public override void Crop(Rectangle rectangle)
Parameter | Typ | Beschreibung |
---|---|---|
rectangle | Rectangle | Das Rechteck. |
Siehe auch
- struct Rectangle
- class WebPImage
- namensraum Aspose.Imaging.FileFormats.Webp
- Montage Aspose.Imaging
Crop(int, int, int, int)
Bild mit Verschiebungen zuschneiden.
public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
Parameter | Typ | Beschreibung |
---|---|---|
leftShift | Int32 | Die Linksverschiebung. |
rightShift | Int32 | Die richtige Verschiebung. |
topShift | Int32 | Die Top-Schicht. |
bottomShift | Int32 | Die untere Schicht. |
Siehe auch
- class WebPImage
- namensraum Aspose.Imaging.FileFormats.Webp
- Montage Aspose.Imaging