Finds and returns the top-most node that lies at the specified location.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramNode GetNodeAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNodeAt( _ |
The DiagramNode found or a null reference (Nothing in Visual Basic) if no item has been found.
RemarksThe method starts searching from the top of the z-order and returns the first node that contains the specified point.
See Also