GoXam for WPF v3
MoveParts Method
Northwoods.GoXam.Tool Namespace > DraggingTool Class : MoveParts Method
a Dictionary of parts, mapped to DraggingTool.Info values that include the nodes' original locations
a Point value in model coordinates
Move a collection of Northwoods.GoXam.Parts by a given offset.
Syntax
public virtual void MoveParts( 
   Dictionary<Part,DraggingTool.Info> parts,
   Point offset
)

Parameters

parts
a Dictionary of parts, mapped to DraggingTool.Info values that include the nodes' original locations
offset
a Point value in model coordinates
Remarks
This respects the Northwoods.GoXam.Part.CanMove predicate for nodes when this is the Northwoods.GoXam.Diagram.CurrentTool. This tries to avoid routing the links that are being moved.
See Also

Reference

DraggingTool Class
DraggingTool Members