WebRotateFlipType enumeration
WebRotateFlipType enumeration
Specifies the rotation and flip operation to apply to an image.
The WebRotateFlipType type exposes the following members:
Fields
Field | Description |
---|---|
ROTATE_NONE_FLIP_NONE | No rotation and no flipping. |
ROTATE_90_FLIP_NONE | Rotate 90 degrees clockwise with no flipping. |
ROTATE_180_FLIP_NONE | Rotate 180 degrees with no flipping. |
ROTATE_270_FLIP_NONE | Rotate 270 degrees clockwise with no flipping. |
ROTATE_NONE_FLIP_X | No rotation with a horizontal flip (flip along the X-axis). |
ROTATE_90_FLIP_X | Rotate 90 degrees clockwise followed by a horizontal flip (flip along the X-axis). |
ROTATE_180_FLIP_X | Rotate 180 degrees followed by a horizontal flip (flip along the X-axis). |
ROTATE_270_FLIP_X | Rotate 270 degrees clockwise followed by a horizontal flip (flip along the X-axis). |
ROTATE_NONE_FLIP_Y | No rotation with a vertical flip (flip along the Y-axis). This is equivalent to WebRotateFlipType.ROTATE_180_FLIP_X . |
ROTATE_90_FLIP_Y | Rotate 90 degrees clockwise followed by a vertical flip (flip along the Y-axis). This is equivalent to WebRotateFlipType.ROTATE_270_FLIP_X . |
ROTATE_180_FLIP_Y | Rotate 180 degrees followed by a vertical flip (flip along the Y-axis). This is equivalent to WebRotateFlipType.ROTATE_NONE_FLIP_X . |
ROTATE_270_FLIP_Y | Rotate 270 degrees clockwise followed by a vertical flip (flip along the Y-axis). This is equivalent to WebRotateFlipType.ROTATE_90_FLIP_X . |
ROTATE_NONE_FLIP_XY | No rotation with both a horizontal and vertical flip (flip along both axes). This is equivalent to WebRotateFlipType.ROTATE_180_FLIP_NONE . |
ROTATE_90_FLIP_XY | Rotate 90 degrees clockwise followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to WebRotateFlipType.ROTATE_270_FLIP_NONE . |
ROTATE_180_FLIP_XY | Rotate 180 degrees followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to WebRotateFlipType.ROTATE_NONE_FLIP_NONE . |
ROTATE_270_FLIP_XY | Rotate 270 degrees clockwise followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to WebRotateFlipType.ROTATE_90_FLIP_NONE . |
See Also
- module
aspose.svg.drawing