D2D1_SVG_LINE_CAP enumeration (d2d1svg.h)

Specifies a value for the SVG stroke-linecap property.

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
} ;

Constants

 
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

Requirements

Requirement Value
Header d2d1svg.h