svgMarkerOrient enumeration
Defines how the marker element is rotated.
Syntax
typedef enum _svgMarkerOrient { SVG_MARKER_ORIENT_UNKNOWN = 0, SVG_MARKER_ORIENT_AUTO = 1, SVG_MARKER_ORIENT_ANGLE = 2, svgMarkerOrient_Max = 2147483647L } svgMarkerOrient;
Constants
- SVG_MARKER_ORIENT_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_MARKER_ORIENT_AUTO
-
Use auto mode to rotate the marker element.
- SVG_MARKER_ORIENT_ANGLE
-
Use a particular angle to rotate the marker element.
- svgMarkerOrient_Max
-
Reserved.
Requirements
|
Minimum supported client | Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
Show: