Finds and returns the top-most node that lies within the specified threshold from the specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThis 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.
See Also