WICBitmapTransformOptions enumeration
Specifies the flip and rotation transforms.
Syntax
typedef enum WICBitmapTransformOptions { WICBitmapTransformRotate0 = 0x00000000, WICBitmapTransformRotate90 = 0x00000001, WICBitmapTransformRotate180 = 0x00000002, WICBitmapTransformRotate270 = 0x00000003, WICBitmapTransformFlipHorizontal = 0x00000008, WICBitmapTransformFlipVertical = 0x00000010 } WICBitmapTransformOptions;
Constants
- WICBitmapTransformRotate0
-
A rotation of 0 degrees.
- WICBitmapTransformRotate90
-
A clockwise rotation of 90 degrees.
- WICBitmapTransformRotate180
-
A clockwise rotation of 180 degrees.
- WICBitmapTransformRotate270
-
A clockwise rotation of 270 degrees.
- WICBitmapTransformFlipHorizontal
-
A horizontal flip. Pixels are flipped around the vertical y-axis.
- WICBitmapTransformFlipVertical
-
A vertical flip. Pixels are flipped around the horizontal x-axis.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|