GoXam for WPF v3
InsertPoint 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
: InsertPoint Method
the zero-based index of the new point; if less than zero this does nothing; if greater than the number of points it adds the point at the end
the new point, which should not have infinite coordinate values
Insert a point at a particular position in the route.
Syntax
C#
public
void
InsertPoint(
int
i
,
Point
p
)
Parameters
i
the zero-based index of the new point; if less than zero this does nothing; if greater than the number of points it adds the point at the end
p
the new point, which should not have infinite coordinate values
See Also
Reference
Route Class
Route Members