ASP.NET Pack Programmer's Guide
Diagram.getItemsAt Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function getItemsAt (point)

 Parameters

point

instance identifying a location in the diagram.

 Return Value

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

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace