Search
NodeListView.GetNodeAt Method
See Also
 





Gets the node at the specified position.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public DiagramNode GetNodeAt (
    int index
)

Visual Basic  Copy Code

Public Function GetNodeAt( _
    index As Integer _
) As DiagramNode

 Parameters

index

The 0-based index of the node to get.

 Return Value

The DiagramNode at the specified position in the view.

 See Also