GoXam for WPF v3
SetPoint 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
: SetPoint Method
the zero-based index of the point; if beyond range this does nothing
the new point, which should not have infinite coordinate values
Modify a particular point of the route.
Syntax
C#
public
void
SetPoint(
int
i
,
Point
p
)
Parameters
i
the zero-based index of the point; if beyond range this does nothing
p
the new point, which should not have infinite coordinate values
See Also
Reference
Route Class
Route Members