Finds and returns the top-most node that lies at the specified location.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
The method starts searching from the top of the z-order and returns the first node that contains the specified point.
WpfDiagram Programmer's Guide | © 2024 MindFusion |