WICRawRotationCapabilities enumeration
Specifies the rotation capabilities of the codec.
Syntax
typedef enum WICRawRotationCapabilities { WICRawRotationCapabilityNotSupported = 0x00000000, WICRawRotationCapabilityGetSupported = 0x00000001, WICRawRotationCapabilityNinetyDegreesSupported = 0x00000002, WICRawRotationCapabilityFullySupported = 0x00000003 } WICRawRotationCapabilities;
Constants
- WICRawRotationCapabilityNotSupported
-
Rotation is not supported.
- WICRawRotationCapabilityGetSupported
-
Set operations for rotation is not supported.
- WICRawRotationCapabilityNinetyDegreesSupported
-
90 degree rotations are supported.
- WICRawRotationCapabilityFullySupported
-
All rotation angles are supported.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: