Search
Diagram.GetNodeAt Method
See Also
 





Gets the node that lies at the specified location.

 Overload List

Name Description

Diagram.GetNodeAt (PointF)

Returns the topmost node that lies at the specified position.

Diagram.GetNodeAt (PointF, Boolean)

Returns the topmost node that lies at the specified position.

Diagram.GetNodeAt (PointF, 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 (PointF, Boolean, Boolean, Single)

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

Diagram.GetNodeAt (PointF, Single)

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

 See Also