WebRotateFlipTypeEnumJS Enumeration
In This Topic
Specifies the direction of an image's rotation and the axis used to flip the image.
Members
| Member | Description |
| RotateNoneFlipNone | Specifies no rotation and no flipping. |
| RotateNoneFlipX | Specifies no rotation followed by a horizontal flip. |
| RotateNoneFlipY | Specifies no rotation followed by a vertical flip. |
| RotateNoneFlipXY | Specifies no rotation followed by a horizontal and vertical flip. |
| Rotate90FlipNone | Specifies a 90-degree rotation without flipping. |
| Rotate90FlipX | Specifies a 90-degree rotation followed by a horizontal flip. |
| Rotate90FlipY | Specifies a 90-degree rotation followed by a vertical flip. |
| Rotate90FlipXY | Specifies a 90-degree rotation followed by a horizontal and vertical flip. |
| Rotate180FlipNone | Specifies a 180-degree rotation without flipping. |
| Rotate180FlipX | Specifies a 180-degree rotation followed by a horizontal flip. |
| Rotate180FlipY | Specifies a 180-degree rotation followed by a vertical flip. |
| Rotate180FlipXY | Specifies a 180-degree rotation followed by a horizontal and vertical flip. |
| Rotate270FlipNone | Specifies a 270-degree rotation without flipping. |
| Rotate270FlipX | Specifies a 270-degree rotation followed by a horizontal flip. |
| Rotate270FlipY | Specifies a 270-degree rotation followed by a vertical flip. |
| Rotate270FlipXY | Specifies a 270-degree rotation followed by a horizontal and vertical flip. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Imaging.WebRotateFlipTypeEnumJS
Browser Compatibility
See Also