DXRotateFlipType Enum
Lists values that indicate the rotation and flip type.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Members
Name | Description |
---|---|
Rotate180Flip
|
A 180-degree clockwise rotation without flipping. |
Rotate180Flip
|
A 180-degree clockwise rotation followed by a horizontal flip. |
Rotate180Flip
|
A 180-degree clockwise rotation followed by a horizontal and vertical flip. |
Rotate180Flip
|
A 180-degree clockwise rotation followed by a vertical flip. |
Rotate270Flip
|
A 270-degree clockwise rotation without flipping. |
Rotate270Flip
|
A 270-degree clockwise rotation followed by a horizontal flip. |
Rotate270Flip
|
A 270-degree clockwise rotation followed by a horizontal and vertical flip. |
Rotate270Flip
|
A 270-degree clockwise rotation followed by a vertical flip. |
Rotate90Flip
|
A 90-degree clockwise rotation without flipping. |
Rotate90Flip
|
A 90-degree clockwise rotation followed by a horizontal flip. |
Rotate90Flip
|
A 90-degree clockwise rotation followed by a horizontal and vertical flip. |
Rotate90Flip
|
A 90-degree clockwise rotation followed by a vertical flip. |
Rotate
|
No clockwise rotation and no flipping. |
Rotate
|
No clockwise rotation followed by a horizontal flip. |
Rotate
|
No clockwise rotation followed by a horizontal and vertical flip. |
Rotate
|
No clockwise rotation followed by a vertical flip. |