Returns the topmost 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 Microsoft.Maui.Graphics.Point specifying a diagram point in logical coordinates.
Specifies whether locked nodes should be excluded from the search.
A DiagramNode instance if a node lies at the specified location, otherwise null.
See Also