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