VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / ImageRotateFlipType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
ImageRotateFlipType Enumeration
In This Topic
Specifies available directions of an image's rotation and the axis used to flip the image.
Syntax
'Declaration

Public Enum ImageRotateFlipType
   Inherits System.Enum

public enum ImageRotateFlipType : System.Enum

Members
MemberDescription
RotateNoneFlipNoneSpecifies no rotation and no flipping.
RotateNoneFlipXSpecifies no rotation followed by a horizontal flip.
RotateNoneFlipYSpecifies no rotation followed by a vertical flip.
RotateNoneFlipXYSpecifies no rotation followed by a horizontal and vertical flip.
Rotate90FlipNoneSpecifies a 90-degree rotation without flipping.
Rotate90FlipXSpecifies a 90-degree rotation followed by a horizontal flip.
Rotate90FlipYSpecifies a 90-degree rotation followed by a vertical flip.
Rotate90FlipXYSpecifies a 90-degree rotation followed by a horizontal and vertical flip.
Rotate180FlipNoneSpecifies a 180-degree rotation without flipping.
Rotate180FlipXSpecifies a 180-degree rotation followed by a horizontal flip.
Rotate180FlipYSpecifies a 180-degree rotation followed by a vertical flip.
Rotate180FlipXYSpecifies a 180-degree rotation followed by a horizontal and vertical flip.
Rotate270FlipNoneSpecifies a 270-degree rotation without flipping.
Rotate270FlipXSpecifies a 270-degree rotation followed by a horizontal flip.
Rotate270FlipYSpecifies a 270-degree rotation followed by a vertical flip.
Rotate270FlipXYSpecifies a 270-degree rotation followed by a horizontal and vertical flip.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.ImageProcessing.Transforms.ImageRotateFlipType

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also