WICRawRotationCapabilities-Enumeration (wincodec.h)

Gibt die Rotationsfunktionen des Codecs an.

Syntax

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

Konstanten

 
WICRawRotationCapabilityNotSupported
Wert: 0
Rotation wird nicht unterstützt.
WICRawRotationCapabilityGetSupported
Wert: 0x1
Das Festlegen von Vorgängen für die Rotation wird nicht unterstützt.
WICRawRotationCapabilityNinetyDegreesSupported
Wert: 0x2
Drehungen um 90 Grad werden unterstützt.
WICRawRotationCapabilityFullySupported
Wert: 0x3
Alle Drehwinkel werden unterstützt.
WICRAWROTATIONCAPABILITIES_FORCE_DWORD
Wert: 0x7fffffff

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP mit SP2, Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile wincodec.h