Search
DiagramView3D.GetNodeAt Method
See Also
 





Gets the node projected at the specified 2D point.

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

 Syntax

C#  Copy Code

public DiagramNode GetNodeAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetNodeAt( _
    point As Point _
) As DiagramNode

 Parameters

point
A PointF value specifying a point in the projection place where to look for node projections.

 Return Value

 See Also