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





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

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

 Syntax

C#  Copy Code

public DiagramNode GetNodeAt (
    Point point,
    bool excludeLocked
)

Visual Basic  Copy Code

Public Function GetNodeAt( _
    point As Point, _
    excludeLocked As Boolean _
) As DiagramNode

 Parameters

point

A Point instance identifying a diagram point in logical coordinates.

excludeLocked

Specifies whether locked nodes should be excluded from the search.

 Return Value

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

 See Also

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