Specifies the rotation operation to be performed on pixel data.
Syntax
var value = Windows.Graphics.Imaging.BitmapRotation.none;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapRotation enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
No rotation operation is performed. |
| Clockwise90Degrees | clockwise90Degrees | 1 |
Perform a clockwise rotation of 90 degrees. |
| Clockwise180Degrees | clockwise180Degrees | 2 |
Perform a clockwise rotation of 180 degrees. |
| Clockwise270Degrees | clockwise270Degrees | 3 |
Perform a clockwise rotation of 270 degrees. |
Remarks
This enumeration is used when setting the Rotation property of a BitmapTransform object.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012