ホーム › Graphics.Imaging › WICRawRotationCapabilities
WICRawRotationCapabilities
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| WICRawRotationCapabilityNotSupported | 0 | 0x0 |
| WICRawRotationCapabilityGetSupported | 1 | 0x1 |
| WICRawRotationCapabilityNinetyDegreesSupported | 2 | 0x2 |
| WICRawRotationCapabilityFullySupported | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WICRawRotationCapabilities : int {
WICRawRotationCapabilityNotSupported = 0,
WICRawRotationCapabilityGetSupported = 1,
WICRawRotationCapabilityNinetyDegreesSupported = 2,
WICRawRotationCapabilityFullySupported = 3
} WICRawRotationCapabilities;public enum WICRawRotationCapabilities : int
{
WICRawRotationCapabilityNotSupported = 0,
WICRawRotationCapabilityGetSupported = 1,
WICRawRotationCapabilityNinetyDegreesSupported = 2,
WICRawRotationCapabilityFullySupported = 3,
}Public Enum WICRawRotationCapabilities As Integer
WICRawRotationCapabilityNotSupported = 0
WICRawRotationCapabilityGetSupported = 1
WICRawRotationCapabilityNinetyDegreesSupported = 2
WICRawRotationCapabilityFullySupported = 3
End Enumimport enum
class WICRawRotationCapabilities(enum.IntEnum):
WICRawRotationCapabilityNotSupported = 0
WICRawRotationCapabilityGetSupported = 1
WICRawRotationCapabilityNinetyDegreesSupported = 2
WICRawRotationCapabilityFullySupported = 3// WICRawRotationCapabilities
pub const WICRawRotationCapabilityNotSupported: i32 = 0;
pub const WICRawRotationCapabilityGetSupported: i32 = 1;
pub const WICRawRotationCapabilityNinetyDegreesSupported: i32 = 2;
pub const WICRawRotationCapabilityFullySupported: i32 = 3;// WICRawRotationCapabilities
const (
WICRawRotationCapabilityNotSupported int32 = 0
WICRawRotationCapabilityGetSupported int32 = 1
WICRawRotationCapabilityNinetyDegreesSupported int32 = 2
WICRawRotationCapabilityFullySupported int32 = 3
)const
WICRawRotationCapabilityNotSupported = 0;
WICRawRotationCapabilityGetSupported = 1;
WICRawRotationCapabilityNinetyDegreesSupported = 2;
WICRawRotationCapabilityFullySupported = 3;// WICRawRotationCapabilities
pub const WICRawRotationCapabilityNotSupported: i32 = 0;
pub const WICRawRotationCapabilityGetSupported: i32 = 1;
pub const WICRawRotationCapabilityNinetyDegreesSupported: i32 = 2;
pub const WICRawRotationCapabilityFullySupported: i32 = 3;const
WICRawRotationCapabilityNotSupported* = 0
WICRawRotationCapabilityGetSupported* = 1
WICRawRotationCapabilityNinetyDegreesSupported* = 2
WICRawRotationCapabilityFullySupported* = 3enum WICRawRotationCapabilities : int {
WICRawRotationCapabilityNotSupported = 0,
WICRawRotationCapabilityGetSupported = 1,
WICRawRotationCapabilityNinetyDegreesSupported = 2,
WICRawRotationCapabilityFullySupported = 3,
}#define global WICRawRotationCapabilityNotSupported 0x0
#define global WICRawRotationCapabilityGetSupported 0x1
#define global WICRawRotationCapabilityNinetyDegreesSupported 0x2
#define global WICRawRotationCapabilityFullySupported 0x3