svgModificationExtensions Methods |
The svgModificationExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearTransformations | ||
| isometricTransformation |
Clears existing transformation instructions and sets isomentric 3D transformation
| |
| rotate(svgGraphicElementBase, Int32, textCursorZoneCorner) |
Rotates the element for specified angle.
| |
| rotate(svgGraphicElementBase, Int32, Int32, Int32) |
Rotates the element for specified angle.
| |
| scale |
Scales the specified x.
| |
| skewXY |
Skews the xy.
| |
| translate |
Translates the specified d x.
|