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