Returns the nearest node whose bounding rectangle is intersected by the circle, defined by origin point and radius.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNode GetNearestNode ( |
Visual Basic Copy Code |
---|
Public Function GetNearestNode( _ |
The point to test.
The maximum distance from the point at which to look for nodes.
A node that should be ignored.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |