Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the rotation capabilities of the codec.
Syntax
typedef enum WICRawRotationCapabilities {
WICRawRotationCapabilityNotSupported = 0,
WICRawRotationCapabilityGetSupported = 0x1,
WICRawRotationCapabilityNinetyDegreesSupported = 0x2,
WICRawRotationCapabilityFullySupported = 0x3,
WICRAWROTATIONCAPABILITIES_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICRawRotationCapabilityNotSupportedValue: 0 Rotation is not supported. |
WICRawRotationCapabilityGetSupportedValue: 0x1 Set operations for rotation is not supported. |
WICRawRotationCapabilityNinetyDegreesSupportedValue: 0x2 90 degree rotations are supported. |
WICRawRotationCapabilityFullySupportedValue: 0x3 All rotation angles are supported. |
WICRAWROTATIONCAPABILITIES_FORCE_DWORDValue: 0x7fffffff |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wincodec.h |