Click or drag to resize

WkbToWpfBuildPathFigure Method

Builds a path figure for a point array.

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 PathFigure BuildPathFigure(
	Point[] coordinates
)

Parameters

coordinates
Type: System.WindowsPoint
The list of points.

Return Value

Type: PathFigure
The path figure.
See Also