ComponentOne Bitmap for UWP
TransformOptions Enumeration

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace : TransformOptions Enumeration
Specifies the flip and rotation transforms.
Syntax
'Declaration
 
Public Enum TransformOptions 
   Inherits System.Enum
public enum TransformOptions : 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.Xaml.Bitmap.TransformOptions

See Also

Reference

C1.Xaml.Bitmap Namespace