ASP.NET Pack Programmer's Guide
Diagram.GetNodeAt Method (PointF)
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
)

Visual Basic  Copy Code

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

 Parameters

point
A PointF instance identifying a diagram location.

 Return Value

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

 Remarks

The method starts searching from the top of the z-order and returns the first node that contains the specified point.

 See Also

GetNodeAt Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
GetLinkAt Method
GetItemAt Method
GetNearestNode Method