C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / TransformOptions Enumeration

TransformOptions Enumeration
Specifies the flip and rotation transforms.
Syntax
'Declaration
 
Public Enum TransformOptions 
   Inherits System.Enum
 
Members
MemberDescription
FlipHorizontalA horizontal flip. Pixels are flipped around the vertical y-axis.
FlipVerticalA vertical flip. Pixels are flipped around the horizontal x-axis.
Rotate0A rotation of 0 degrees.
Rotate180A clockwise rotation of 180 degrees.
Rotate270A clockwise rotation of 270 degrees.
Rotate90A clockwise rotation of 90 degrees.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Bitmap.TransformOptions

See Also