Enumerazione WICRawRotationCapabilities (wincodec.h)

Specifica le funzionalità di rotazione del codec.

Sintassi

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

Costanti

 
WICRawRotationCapabilityNotSupported
Valore: 0
La rotazione non è supportata.
WICRawRotationCapabilityGetSupported
Valore: 0x1
Le operazioni di impostazione per la rotazione non sono supportate.
WICRawRotationCapabilityNinetyDegreesSupported
Valore: 0x2
Sono supportate rotazioni di 90 gradi.
WICRawRotationCapabilityFullySupported
Valore: 0x3
Sono supportati tutti gli angoli di rotazione.
WICRAWROTATIONCAPABILITIES_FORCE_DWORD
Valore: 0x7fffffff

Requisiti

Requisito Valore
Client minimo supportato Windows XP con SP2, Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincodec.h