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
)
Public Shared Function ToSegments (
points As Point()
) As PointCollection
public:
static PointCollection^ ToSegments(
array<Point>^ points
)
static member ToSegments :
points : Point[] -> PointCollection
Parameters
- points
- Type: System.WindowsPoint
The array of points.
Return Value
Type:
PointCollection The
PointCollection.
See Also