DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicTransformOptions Enumeration

WicTransformOptions Enumeration
Specifies the flip and rotation transforms.
Syntax
'Declaration
 
Public Enum WicTransformOptions 
   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
         GrapeCity.Documents.Imaging.Windows.WicTransformOptions

See Also