svgTransformType enumeration
Defines the transform types for the SVGTransform interface.
Syntax
typedef enum _svgTransformType { SVG_TRANSFORM_UNKNOWN = 0, SVG_TRANSFORM_MATRIX = 1, SVG_TRANSFORM_TRANSLATE = 2, SVG_TRANSFORM_SCALE = 3, SVG_TRANSFORM_ROTATE = 4, SVG_TRANSFORM_SKEWX = 5, SVG_TRANSFORM_SKEWY = 6, svgTransformType_Max = 2147483647L } svgTransformType;
Constants
- SVG_TRANSFORM_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_TRANSFORM_MATRIX
-
A matrix transformation.
- SVG_TRANSFORM_TRANSLATE
-
A translate transformation.
- SVG_TRANSFORM_SCALE
-
A scale transformation.
- SVG_TRANSFORM_ROTATE
-
A rotate transformation.
- SVG_TRANSFORM_SKEWX
-
A skewX transformation.
- SVG_TRANSFORM_SKEWY
-
A skewY transformation.
- svgTransformType_Max
-
Reserved
Requirements
|
Minimum supported client | Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
Show: