ASP.NET Pack Programmer's Guide
Diagram.GetNodeAt Method (PointF, Boolean)
See Also
 





Returns the topmost node that lies at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramNode GetNodeAt (
    PointF point,
    bool excludeLocked
)

Visual Basic  Copy Code

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

 Parameters

point

A PointF specifying a diagram point in logical coordinates.

excludeLocked

Specifies whether locked nodes should be excluded from the search.

 Return Value

A DiagramNode instance if a node lies at the specified location, otherwise null.

 See Also

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