WICRawRotationCapabilities enumeration (wincodec.h)

Specifies the rotation capabilities of the codec.

Syntax

typedef enum WICRawRotationCapabilities {
  WICRawRotationCapabilityNotSupported = 0,
  WICRawRotationCapabilityGetSupported = 0x1,
  WICRawRotationCapabilityNinetyDegreesSupported = 0x2,
  WICRawRotationCapabilityFullySupported = 0x3,
  WICRAWROTATIONCAPABILITIES_FORCE_DWORD = 0x7fffffff
} ;

Constants

 
WICRawRotationCapabilityNotSupported
Value: 0
Rotation is not supported.
WICRawRotationCapabilityGetSupported
Value: 0x1
Set operations for rotation is not supported.
WICRawRotationCapabilityNinetyDegreesSupported
Value: 0x2
90 degree rotations are supported.
WICRawRotationCapabilityFullySupported
Value: 0x3
All rotation angles are supported.
WICRAWROTATIONCAPABILITIES_FORCE_DWORD
Value: 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