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