Returns the nodes that contain the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNodeCollection GetNodesAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNodesAt( _ |
A Point instance identifying a diagram location.
An instance of the DiagramNodeCollection class containing all found nodes; null if no node has been found.
RemarksThis method gives you the possibility to specify search options when looking for the nodes occupying some location in the diagram document.
See Also