Table of Contents

Enum "Rotate Flip Type"

ID 3972
Namespace: System.Utilities

Specifies how much an image is rotated and the axis used to flip the image.

Properties

Name Value
Access Public
Extensible False

Values

Name Description
RotateNoneFlipNone

Specifies no clockwise rotation and no flipping.

Rotate90FlipNone

Specifies a 90-degree clockwise rotation without flipping.

Rotate180FlipNone

Specifies a 180-degree clockwise rotation without flipping.

Rotate270FlipNone

Specifies a 270-degree clockwise rotation without flipping.

RotateNoneFlipX

Specifies no clockwise rotation followed by a horizontal flip.

Rotate90FlipX

Specifies a 90-degree clockwise rotation followed by a horizontal flip.

Rotate180FlipX

Specifies a 180-degree clockwise rotation followed by a horizontal flip.

Rotate270FlipX

Specifies a 270-degree clockwise rotation followed by a horizontal flip.

See also