Condividi tramite


enumerazione D2D1_SVG_LINE_CAP (d2d1svg.h)

Specifica un valore per la proprietà stroke-linecap SVG.

Sintassi

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

Costanti

 
D2D1_SVG_LINE_CAP_BUTT
La proprietà è impostata sul valore 'butt' di SVG.
D2D1_SVG_LINE_CAP_SQUARE
La proprietà è impostata sul valore "quadrato" di SVG.
D2D1_SVG_LINE_CAP_ROUND
La proprietà è impostata sul valore "round" di SVG.
D2D1_SVG_LINE_CAP_FORCE_DWORD
Valore: 0xffffffff

Requisiti

Requisito Valore
Intestazione d2d1svg.h