Finds and returns the top-most node that lies within the specified threshold from the specified location, optionally excluding locked and/or selected nodes from the search.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNode GetNodeAt ( |
Visual Basic Copy Code |
---|
Public Function GetNodeAt( _ |
Allowed distance from the node.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |