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.
Defines the coordinate system used for SVG gradient or clipPath elements.
Syntax
typedef enum D2D1_SVG_UNIT_TYPE {
D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USE = 0,
D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOX = 1,
D2D1_SVG_UNIT_TYPE_FORCE_DWORD = 0xffffffff
} ;
Constants
D2D1_SVG_UNIT_TYPE_USER_SPACE_ON_USEValue: 0 The property is set to SVG's 'userSpaceOnUse' value. |
D2D1_SVG_UNIT_TYPE_OBJECT_BOUNDING_BOXValue: 1 The property is set to SVG's 'objectBoundingBox' value. |
D2D1_SVG_UNIT_TYPE_FORCE_DWORDValue: 0xffffffff |
Requirements
| Requirement | Value |
|---|---|
| Header | d2d1svg.h |