MindFusion.Wpf Pack Programmer's Guide
Diagram.GetNodeAt Method
See Also
 





Gets the node that lies at the specified location.

 Overload List

Name Description

Diagram.GetNodeAt (Point)

Finds and returns the top-most node that lies at the specified location.

Diagram.GetNodeAt (Point, Boolean)

Finds and returns the topmost node that lies at the specified location.

Diagram.GetNodeAt (Point, Boolean, Boolean)

Finds and returns the top-most node that lies at the specified location, optionally excluding locked and/or selected nodes from the search.

Diagram.GetNodeAt (Point, Double)

Finds and returns the top-most node that lies within the specified threshold from the specified location.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
GetItemAt Method
GetLinkAt Method
GetNearestNode Method