ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / TransformOptions Enumeration

In This Topic
    TransformOptions Enumeration
    In This Topic
    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.Win.Bitmap.TransformOptions

    See Also