D2D1_SVG_LINE_CAP列舉 (d2d1svg.h)
指定 SVG stroke-linecap 屬性的值。
Syntax
typedef enum D2D1_SVG_LINE_CAP {
D2D1_SVG_LINE_CAP_BUTT,
D2D1_SVG_LINE_CAP_SQUARE,
D2D1_SVG_LINE_CAP_ROUND,
D2D1_SVG_LINE_CAP_FORCE_DWORD = 0xffffffff
} ;
常數
D2D1_SVG_LINE_CAP_BUTT 屬性會設定為 SVG 的 'butt' 值。 |
D2D1_SVG_LINE_CAP_SQUARE 屬性設定為 SVG 的 'square' 值。 |
D2D1_SVG_LINE_CAP_ROUND 屬性會設定為 SVG 的 'round' 值。 |
D2D1_SVG_LINE_CAP_FORCE_DWORD 值: 0xffffffff |
規格需求
需求 | 值 |
---|---|
標頭 | d2d1svg.h |