Click or drag to resize

svgToolkitExtensionsGetPointsFromString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets points from string: x1,y1 x2,y2 x3,y3 .... where xn,yn are coordinates of point n

Namespace:  imbSCI.Graph.Graphics.SvgAPI
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static List<SVGPoint> GetPointsFromString(
	this string input
)
Request Example View Source

Parameters

input
Type: SystemString
The input.

Return Value

Type: ListSVGPoint

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also