Enum RotateFlipType
RotateFlipType enumeration
Specifies the direction of an image’s rotation and the axis used to flip the image.
public enum RotateFlipType
Values
| Name | Value | Description |
|---|---|---|
| RotateNoneFlipNone | 0 | Specifies no rotation and no flipping. |
| Rotate90FlipNone | 1 | Specifies a 90-degree rotation without flipping. |
| Rotate180FlipNone | 2 | Specifies a 180-degree rotation without flipping. |
| Rotate270FlipNone | 3 | Specifies a 270-degree rotation without flipping. |
| RotateNoneFlipX | 4 | Specifies no rotation followed by a horizontal flip. |
| Rotate90FlipX | 5 | Specifies a 90-degree rotation followed by a horizontal flip. |
| Rotate180FlipX | 6 | Specifies a 180-degree rotation followed by a horizontal flip. |
| Rotate270FlipX | 7 | Specifies a 270-degree rotation followed by a horizontal flip. |
| RotateNoneFlipY | 6 | Specifies no rotation followed by a vertical flip. |
| Rotate90FlipY | 7 | Specifies a 90-degree rotation followed by a vertical flip. |
| Rotate180FlipY | 4 | Specifies a 180-degree rotation followed by a vertical flip. |
| Rotate270FlipY | 5 | Specifies a 270-degree rotation followed by a vertical flip. |
| RotateNoneFlipXY | 2 | Specifies no rotation followed by a horizontal and vertical flip. |
| Rotate90FlipXY | 3 | Specifies a 90-degree rotation followed by a horizontal and vertical flip. |
| Rotate180FlipXY | 0 | Specifies a 180-degree rotation followed by a horizontal and vertical flip. |
| Rotate270FlipXY | 1 | Specifies a 270-degree rotation followed by a horizontal and vertical flip. |
See Also
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common