RotateFlipType enumeration
RotateFlipType enumeration
Specifies how much an image is rotated and the axis used to flip the image.
The RotateFlipType type exposes the following members:
Fields
Field | Description |
---|---|
ROTATE_NONE_FLIP_NONE | Specifies no clockwise rotation and no flipping. |
ROTATE_90_FLIP_NONE | Specifies a 90-degree clockwise rotation without flipping. |
ROTATE_180_FLIP_NONE | Specifies a 180-degree clockwise rotation without flipping. |
ROTATE_270_FLIP_NONE | Specifies a 270-degree clockwise rotation without flipping. |
ROTATE_NONE_FLIP_X | Specifies no clockwise rotation followed by a horizontal flip. |
ROTATE_90_FLIP_X | Specifies a 90-degree clockwise rotation followed by a horizontal flip. |
ROTATE_180_FLIP_X | Specifies a 180-degree clockwise rotation followed by a horizontal flip. |
ROTATE_270_FLIP_X | Specifies a 270-degree clockwise rotation followed by a horizontal flip. |
ROTATE_NONE_FLIP_Y | Specifies no clockwise rotation followed by a vertical flip. |
ROTATE_90_FLIP_Y | Specifies a 90-degree clockwise rotation followed by a vertical flip. |
ROTATE_180_FLIP_Y | Specifies a 180-degree clockwise rotation followed by a vertical flip. |
ROTATE_270_FLIP_Y | Specifies a 270-degree clockwise rotation followed by a vertical flip. |
ROTATE_NONE_FLIP_XY | Specifies no clockwise rotation followed by a horizontal and vertical flip. |
ROTATE_90_FLIP_XY | Specifies a 90-degree clockwise rotation followed by a horizontal and vertical flip. |
ROTATE_180_FLIP_XY | Specifies a 180-degree clockwise rotation followed by a horizontal and vertical flip. |
ROTATE_270_FLIP_XY | Specifies a 270-degree clockwise rotation followed by a horizontal and vertical flip. |
See Also
- module
aspose.cad