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