D2D1_SVG_LENGTH structure

Represents an SVG length.

Syntax


typedef struct D2D1_SVG_LENGTH {
  FLOAT                 value;
  D2D1_SVG_LENGTH_UNITS units;
} D2D1_SVG_LENGTH;

Members

value
units

Requirements

Header

D2d1svg.h

 

 

Show: