rotate_flip method
rotate_flip
Rotates and flips the bitmap image according to the specified rotation and flip type.
def rotate_flip(self, rotate_flip_type):
...
| Parameter | Type | Description |
|---|---|---|
| rotate_flip_type | aspose.pydrawing.RotateFlipType | The rotation and flip type RotateFlipType to apply. |
See Also
- module
aspose.svg.drawing - class
IBitmap