Finds and returns the top-most node that lies at the specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public DiagramNode GetNodeAt ( |
Visual Basic Copy Code |
---|
Public Function GetNodeAt ( _ |
A Point instance identifying a diagram location.
The DiagramNode found or a null reference (Nothing in Visual Basic) if no item has been found.