Click or drag to resize

svgToolkitExtensionsGetStringFromPoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes string for points, in format: 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 string GetStringFromPoints(
	this IEnumerable<SVGPoint> input
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableSVGPoint
The input.

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableSVGPoint. 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