GoXam for WPF v3
DoReshape Method
Northwoods.GoXam.Tool Namespace > LinkReshapingTool Class : DoReshape Method
Modify the Northwoods.GoXam.Route of the AdornedLink to a new point, considering also which reshape handle is being dragged and whether the route is Northwoods.GoXam.Route.Orthogonal.
Syntax
protected virtual void DoReshape( 
   Point newPoint
)

Parameters

newPoint
Remarks
If the Northwoods.GoXam.Route is Northwoods.GoXam.Route.Orthogonal this modifies the adjacent points as well in order to keep adjacent segments orthogonal. For handles that are near either end of the route, the movement may be constrained to be only vertical or only horizontal, in order to maintain orthogonality. The decision is based on the value of ReshapingBaseTool.GetReshapeBehavior on the ReshapingBaseTool.Handle. This method is called during a "ReshapeLink" transaction.
See Also

Reference

LinkReshapingTool Class
LinkReshapingTool Members