Crop
Crop(Rectangle)
Ritaglio dell’immagine.
public override void Crop(Rectangle rectangle)
Parametro | Tipo | Descrizione |
---|---|---|
rectangle | Rectangle | Il rettangolo. |
Guarda anche
- struct Rectangle
- class WebPImage
- spazio dei nomi Aspose.Imaging.FileFormats.Webp
- assemblea Aspose.Imaging
Crop(int, int, int, int)
Ritaglia immagine con spostamenti.
public override void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
Parametro | Tipo | Descrizione |
---|---|---|
leftShift | Int32 | Il turno di sinistra. |
rightShift | Int32 | Il turno giusto. |
topShift | Int32 | Il turno più alto. |
bottomShift | Int32 | Lo spostamento in basso. |
Guarda anche
- class WebPImage
- spazio dei nomi Aspose.Imaging.FileFormats.Webp
- assemblea Aspose.Imaging