Win32 API 日本語リファレンス
ホームGraphics.Imaging › WICHeifProperties

WICHeifProperties

列挙型
基底型i4

メンバー 3

名前10進16進
WICHeifOrientation10x1
WICHeifLayeredImageCanvasColor20x2
WICHeifLayeredImageLayerPositions30x3

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 3
enum WICHeifProperties : int {
    WICHeifOrientation = 1,
    WICHeifLayeredImageCanvasColor = 2,
    WICHeifLayeredImageLayerPositions = 3,
}
#define global WICHeifOrientation                0x1
#define global WICHeifLayeredImageCanvasColor    0x2
#define global WICHeifLayeredImageLayerPositions 0x3