Returns the top-most node that lies at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |