Share via


Enumeração WICRawRotationCapabilities (wincodec.h)

Especifica os recursos de rotação do codec.

Syntax

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

Constantes

 
WICRawRotationCapabilityNotSupported
Valor: 0
Não há suporte para rotação.
WICRawRotationCapabilityGetSupported
Valor: 0x1
Não há suporte para operações de definição para rotação.
WICRawRotationCapabilityNinetyDegreesSupported
Valor: 0x2
Há suporte para rotações de 90 graus.
WICRawRotationCapabilityFullySupported
Valor: 0x3
Há suporte para todos os ângulos de rotação.
WICRAWROTATIONCAPABILITIES_FORCE_DWORD
Valor: 0x7fffffff

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows XP com SP2, Windows Vista [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 [somente aplicativos da área de trabalho]
Cabeçalho wincodec.h