Returns the top-most node that lies at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode GetNodeAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNodeAt( _ |
A Point specifying a diagram point in logical coordinates.
Allowed distance from the node.
A DiagramNode instance if a node lies at the specified location, otherwise null.
See Also