GoXam for WPF v3
ConsiderSnapTo Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : ConsiderSnapTo Method
the Northwoods.GoXam.Node being dragged
a Point in model coordinates, typically the current mouse point
the Northwoods.GoXam.Node that might control the moving node's movement
a Dictionary of Northwoods.GoXam.Parts being dragged
This predicate is true if the given snapper node can control the movement of the given moving node.
Syntax

Parameters

moving
the Northwoods.GoXam.Node being dragged
pt
a Point in model coordinates, typically the current mouse point
snapper
the Northwoods.GoXam.Node that might control the moving node's movement
draggedparts
a Dictionary of Northwoods.GoXam.Parts being dragged

Return Value

Remarks
This is called by ComputeMove.
See Also

Reference

DraggingTool Class
DraggingTool Members