Search
Diagram.GetNodeAt Method (Point)
See Also
 






Returns the topmost node that lies at the specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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 specifying a diagram point in logical coordinates.

 Return Value

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

 See Also