Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a value for the SVG stroke-linecap property.
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 The property is set to SVG's 'butt' value. |
D2D1_SVG_LINE_CAP_SQUARE The property is set to SVG's 'square' value. |
D2D1_SVG_LINE_CAP_ROUND The property is set to SVG's 'round' value. |
D2D1_SVG_LINE_CAP_FORCE_DWORD Value: 0xffffffff |
Requirement | Value |
---|---|
Header | d2d1svg.h |