Returns the node nearest to the specified point.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNode GetNearestNode ( |
Visual Basic Copy Code |
---|
Public Function GetNearestNode( _ |
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.