GoXam for WPF v3
StretchPoints Method
Northwoods.GoXam Namespace > Route Class : StretchPoints Method
Stretch the points of this stroke by interpolating the points from startIndex to endIndex between the new points newFromPoint and newToPoint.
Syntax
protected virtual bool StretchPoints( 
   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 all the intermediate points should be interpolated linearly to stretch or compress the original set of points from startIndex to endIndex, inclusive, along each of the X and Y dimensions. AdjustPoints calls this method when Adjusting is LinkAdjusting.Stretch. This method should not be used when Orthogonal is true.
See Also

Reference

Route Class
Route Members