D2D1_SVG_LINE_CAP enumeration

Specifies a value for the SVG stroke-linecap property.

Syntax


typedef enum D2D1_SVG_LINE_CAP { 
  D2D1_SVG_LINE_CAP_BUTT         = D2D1_CAP_STYLE_FLAT,
  D2D1_SVG_LINE_CAP_SQUARE       = D2D1_CAP_STYLE_SQUARE,
  D2D1_SVG_LINE_CAP_ROUND        = D2D1_CAP_STYLE_ROUND,
  D2D1_SVG_LINE_CAP_FORCE_DWORD  = 0xffffffff
} D2D1_SVG_LINE_CAP;

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

Requirements

Header

D2d1svg.h

 

 

Show: