Click or drag to resize

mxGraphViewReaderParsePoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parses the list of points into an object-oriented representation.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static List<mxPoint> ParsePoints(
	string pts
)
Request Example View Source

Parameters

pts
Type: SystemString
String containing a list of points.

Return Value

Type: ListmxPoint
Returns the points as a list of mxPoints.
See Also