Rotation Enumeration
.NET Framework (current version)
Specifies the rotation to apply to a bitmap image.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Rotate0 | The bitmap is not rotated. This is the default value. | |
| Rotate180 | Rotate the bitmap clockwise by 180 degrees. | |
| Rotate270 | Rotate the bitmap clockwise by 270 degrees. | |
| Rotate90 | Rotate the bitmap clockwise by 90 degrees. |
Only 90 degree increments are supported.
.NET Framework
Available since 3.0
Available since 3.0
Show: