Returns the node nearest to the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramNode GetNearestNode ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNearestNode( _ |
The DiagramNode nearest to the specified point.
RemarksThe last argument is useful when calling this method from NodeCreated and NodeModified handlers and the affected node should not be included in the search.
See Also