svgUnitTypes enumeration
Defines the unit types for the svgUnitTypes interface.
Syntax
typedef enum _svgUnitTypes { SVG_UNITTYPE_UNKNOWN = 0, SVG_UNITTYPE_USERSPACEONUSE = 1, SVG_UNITTYPE_OBJECTBOUNDINGBOX = 2, svgUnitTypes_Max = 2147483647L } svgUnitTypes;
Constants
- SVG_UNITTYPE_UNKNOWN
-
The value is not one of the predefined types.
Note Do not try to define a new value of this type. Do not switch an existing value to this type. - SVG_UNITTYPE_USERSPACEONUSE
-
The coordinate system results from applying the specified transform to the coordinates that are in place on the object when it is called.
- SVG_UNITTYPE_OBJECTBOUNDINGBOX
-
The coordinate system results from applying the specified transform to the coordinate system that the bounding box of the object uses.
- svgUnitTypes_Max
-
Reserved.
Requirements
|
Minimum supported client | Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
Show: