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