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