Returns the topmost node that lies at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramNode GetNodeAt ( |
Visual Basic Copy Code |
---|
Public Function GetNodeAt( _ |
The DiagramNode found or a null reference (Nothing in Visual Basic) if no item has been found.
The method starts searching from the top of the z-order and returns the first node that contains the specified point.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |