Returns the node nearest to the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNode GetNearestNode ( |
Visual Basic Copy Code |
---|
Public Function GetNearestNode( _ |
A Microsoft.Maui.Graphics.Point instance identifying a diagram location.
The DiagramNode nearest to the specified point.
The last argument is useful when calling this method from NodeCreated and NodeModified handlers and the affected node should not be included in the search.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |