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





Returns the nodes that contain the specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramNodeCollection GetNodesAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetNodesAt( _
    point As Point _
) As DiagramNodeCollection

 Parameters

point
A Point instance identifying a diagram location.

 Return Value

An instance of the DiagramNodeCollection class containing all found nodes; null (Nothing in Visual Basic) if no node has been found.

 Remarks

This method gives you the possibility to specify search options when looking for the nodes occupying some location in the diagram document.

 See Also

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