Click or drag to resize

WkbToWpfToSegments Method

Convert a point array to a PointCollection class.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static PointCollection ToSegments(
	Point[] points
)

Parameters

points
Type: System.WindowsPoint
The array of points.

Return Value

Type: PointCollection
The PointCollection.
See Also