Click or drag to resize

svgPolyline Constructor (IEnumerableSVGPoint)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates poliline from points.

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

Parameters

_points
Type: System.Collections.GenericIEnumerableSVGPoint
The points.
See Also