Search
Diagram.getItemsAt Method
See Also
 





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

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getItemsAt (point)

 Parameters

point

Point. instance identifying a location in the diagram.

 Return Value

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

 See Also