Click or drag to resize

svgToolkitExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converters from string formats to DOM elements and vice versa. Used internally by the SVG framework
Inheritance Hierarchy
SystemObject
  imbSCI.Graph.Graphics.SvgAPIsvgToolkitExtensions

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

The svgToolkitExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPointFromString
Gets the point from string.
Public methodStatic memberGetPointsFromString
Gets points from string: x1,y1 x2,y2 x3,y3 .... where xn,yn are coordinates of point n
Public methodStatic memberGetStringFromPoints
Makes string for points, in format: x1,y1 x2,y2 x3,y3 .... where xn,yn are coordinates of point n
Top
Fields
See Also