Click or drag to resize

svgPolyline Constructor (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates poliline from points. GetPointsFromString(String)

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgPolyline(
	string _points
)
Request Example View Source

Parameters

_points
Type: SystemString
The points.
See Also