protected virtual Point SnapTo( Node moving, Point pt, Node snapper, Dictionary<Part,DraggingTool.Info> draggedparts )
Parameters
- moving
- the Northwoods.GoXam.Node being dragged
- pt
- the
Point
in model coordinates to which the node is being dragged - snapper
- the Northwoods.GoXam.Node, typically a grid, which is controlling the drag snapping
- draggedparts
- a
Dictionary
of Northwoods.GoXam.Parts being dragged
Return Value
a new node location, in model coordinates