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 the units for an SVG length.
Syntax
typedef enum D2D1_SVG_LENGTH_UNITS {
D2D1_SVG_LENGTH_UNITS_NUMBER = 0,
D2D1_SVG_LENGTH_UNITS_PERCENTAGE = 1,
D2D1_SVG_LENGTH_UNITS_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SVG_LENGTH_UNITS_NUMBER Value: 0 The length is unitless. |
D2D1_SVG_LENGTH_UNITS_PERCENTAGE Value: 1 The length is a percentage value. |
D2D1_SVG_LENGTH_UNITS_FORCE_DWORD Value: 0xffffffff |
Requirements
Requirement | Value |
---|---|
Header | d2d1svg.h |