Search
Diagram.getNodesAt Method
See Also
 





Finds and returns an array of the DiagramNodes found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getNodesAt (point)

 Parameters

point

Point. instance identifying a diagram location.

 Return Value

Array of the DiagramNodes found at the given location or null if no DiagramNodes have been found. The nodes are arranged according to their Z-index.

 See Also