Finds and returns the topmost node that lies at the specified location.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramNode GetNodeAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNodeAt( _ |
A Point instance identifying a diagram point in logical coordinates.
Specifies whether locked nodes should be excluded from the search.
The DiagramNode found or a null reference (Nothing in Visual Basic) if no item has been found.
See Also