GoXam for WPF v3
GetPoint Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
Route Class
: GetPoint Method
the zero-based index of the desired point
Gets a particular point of the route.
Syntax
C#
public
Point
GetPoint(
int
i
)
Parameters
i
the zero-based index of the desired point
Return Value
if the index is negative or beyond the list of
Points
, this method will return
Point(Double.NaN, Double.NaN)
See Also
Reference
Route Class
Route Members