A rotation and mirror combination.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.RotateFlipType
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Rotate180FlipNone Rotate clockwise 180 degrees.
Rotate180FlipX Rotate clockwise 180 degrees and then flip horizontally.
Rotate180FlipXY Rotate clockwise 180 degrees, flip horizontally and then vertically.
Rotate180FlipY Rotate clockwise 180 degrees and then flip vertically.
Rotate270FlipNone Rotate clockwise 270 degrees.
Rotate270FlipX Rotate clockwise 270 degrees and then flip horizontally.
Rotate270FlipXY Rotate clockwise 270 degrees, flip horizontally and then vertically.
Rotate270FlipY Rotate clockwise 270 degrees and then flip vertically.
Rotate90FlipNone Rotate clockwise 90 degrees.
Rotate90FlipX Rotate clockwise 90 degrees and then flip horizontally.
Rotate90FlipXY Rotate clockwise 90 degrees, flip horizontally and then vertically.
Rotate90FlipY Rotate clockwise 90 degrees and then flip vertically.
RotateNoneFlipNone Rotate clockwise 0 degrees, no flip.
RotateNoneFlipX Flip horizontally.
RotateNoneFlipXY Flip horizontally and then vertically.
RotateNoneFlipY Flip vertically.
Example

None.