Click or drag to resize

svgModificationExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extensions
Inheritance Hierarchy
SystemObject
  imbSCI.Graph.Graphics.SvgAPIsvgModificationExtensions

Namespace:  imbSCI.Graph.Graphics.SvgAPI
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static class svgModificationExtensions
Request Example View Source

The svgModificationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearTransformations
Public methodStatic memberisometricTransformation
Clears existing transformation instructions and sets isomentric 3D transformation
Public methodStatic memberrotate(svgGraphicElementBase, Int32, textCursorZoneCorner)
Rotates the element for specified angle.
Public methodStatic memberrotate(svgGraphicElementBase, Int32, Int32, Int32)
Rotates the element for specified angle.
Public methodStatic memberscale
Scales the specified x.
Public methodStatic memberskewXY
Skews the xy.
Public methodStatic membertranslate
Translates the specified d x.
Top
Fields
See Also