DiagramLite Programmer's Guide
Diagram.GetNodeAt Method (Point, Boolean)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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 System.Windows.Point instance identifying a diagram location.
excludeLocked
true if nodes that are locked should be omitted by searching; otherwise, false.

 Return Value

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

 See Also

GetNodeAt Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Nodes Property
GetItemAt Method