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