svgAngleType enumeration
Defines the SVG angle types.
Syntax
typedef enum _svgAngleType { SVG_ANGLETYPE_UNKNOWN = 0, SVG_ANGLETYPE_UNSPECIFIED = 1, SVG_ANGLETYPE_DEG = 2, SVG_ANGLETYPE_RAD = 3, SVG_ANGLETYPE_GRAD = 4, svgAngleType_Max = 2147483647L } svgAngleType;
Constants
- SVG_ANGLETYPE_UNKNOWN
-
The unit type is not one of predefined unit types.
Note Do not try to define a new value of this type or try to switch an existing value to this type. - SVG_ANGLETYPE_UNSPECIFIED
-
No unit type is specified. For angles, if no unit type is provided, the value is treated the same as if degrees are specified.
- SVG_ANGLETYPE_DEG
-
The unit type is degrees.
- SVG_ANGLETYPE_RAD
-
The unit type is radians.
- SVG_ANGLETYPE_GRAD
-
The unit type is radians.
- svgAngleType_Max
-
Reserved.
Requirements
|
Minimum supported client | Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
Show: