GoXam for WPF v3
ComputeReshape Method
Northwoods.GoXam.Tool Namespace > LinkReshapingTool Class : ComputeReshape Method
Compute the new Point for reshaping a point in the Northwoods.GoXam.Route.
Syntax
protected virtual Point ComputeReshape( 
   Point newPoint
)

Parameters

newPoint
Remarks
The value of ReshapingBaseTool.GetReshapeBehavior on the ReshapingBaseTool.Handle determines what reshape constraints exist on that handle, for the HandleIndex point of the Northwoods.GoXam.Route. If there are no reshape constraints, this just returns the value of newPoint. If the value is ReshapeBehavior.Vertical, the Y coordinate may vary according to the value provided by newPoint, but the X coordinate remains the same. If the value is ReshapeBehavior.Horizontal, the X coordinate may change, but not the Y value. If the value is ReshapeBehavior.None, the route point may not move.
See Also

Reference

LinkReshapingTool Class
LinkReshapingTool Members