Énumération WICRawRotationCapabilities (wincodec.h)
Spécifie les fonctionnalités de rotation du codec.
Syntax
typedef enum WICRawRotationCapabilities {
WICRawRotationCapabilityNotSupported = 0,
WICRawRotationCapabilityGetSupported = 0x1,
WICRawRotationCapabilityNinetyDegreesSupported = 0x2,
WICRawRotationCapabilityFullySupported = 0x3,
WICRAWROTATIONCAPABILITIES_FORCE_DWORD = 0x7fffffff
} ;
Constantes
WICRawRotationCapabilityNotSupported Valeur : 0 La rotation n’est pas prise en charge. |
WICRawRotationCapabilityGetSupported Valeur : 0x1 Les opérations de définition pour la rotation ne sont pas prises en charge. |
WICRawRotationCapabilityNinetyDegreesSupported Valeur : 0x2 Les rotations de 90 degrés sont prises en charge. |
WICRawRotationCapabilityFullySupported Valeur : 0x3 Tous les angles de rotation sont pris en charge. |
WICRAWROTATIONCAPABILITIES_FORCE_DWORD Valeur : 0x7fffffff |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | wincodec.h |