Returns the node nearest to the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public DiagramNode GetNearestNode ( |
Visual Basic
![]() |
---|
Public Function GetNearestNode ( _ |
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.