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





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

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

 Syntax

C#  Copy Code

public DiagramNode GetNodeAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetNodeAt( _
    point As Point _
) As DiagramNode

 Parameters

point
A Point instance identifying a diagram location.

 Return Value

The DiagramNode found or a null reference (Nothing in Visual Basic) if no item has been found.

 Remarks

The method starts searching from the top of the z-order and returns the first node that contains the specified point.

 See Also

GetNodeAt Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
GetItemAt Method
GetLinkAt Method