Returns the nodes that contain the specified point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public DiagramNodeCollection GetNodesAt ( |
Visual Basic Copy Code |
---|
Public Function GetNodesAt( _ |
An instance of the DiagramNodeCollection class containing all found nodes; null (Nothing in Visual Basic) if no node has been found.
This method gives you the possibility to specify search options when looking for the nodes occupying some location in the diagram document.
WpfDiagram Programmer's Guide | © 2024 MindFusion |