'Declaration Public Enum ImageRotateFlipType Inherits System.Enum
public enum ImageRotateFlipType : System.Enum
__value public enum ImageRotateFlipType : public System.Enum
public enum class ImageRotateFlipType : public System.Enum
'Declaration Public Enum ImageRotateFlipType Inherits System.Enum
public enum ImageRotateFlipType : System.Enum
__value public enum ImageRotateFlipType : public System.Enum
public enum class ImageRotateFlipType : public System.Enum
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. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5