Finds and returns the top-most node that lies at the specified location, optionally excluding locked and/or selected nodes from the search.
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 node has been found.
This method gives you the possibility to specify search options when looking for a node occupying some location in the diagram document. The method searches starting from the top of z-order and returns the first object found.
WpfDiagram Programmer's Guide | © 2024 MindFusion |