GoXam for WPF v3
ModifyEndPoints Method
Northwoods.GoXam Namespace > Route Class : ModifyEndPoints Method
Modify only the end points of this stroke to match any new newFromPoint or newToPoint points; intermediate points are not changed.
Syntax
protected virtual bool ModifyEndPoints( 
   int startIndex,
   Point newFromPoint,
   int endIndex,
   Point newToPoint
)

Parameters

startIndex
newFromPoint
endIndex
newToPoint
Remarks
The startIndex point should be set to newFromPoint, and the endIndex point should be set to newToPoint, and the intermediate points should be not be changed unless needed to maintain orthogonality when Orthogonal is true.
See Also

Reference

Route Class
Route Members