MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getItemAt Method

See Also
 





Finds and returns the topmost DiagramItem found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getItemAt (point)

 Parameters

point
Point instance identifying a diagram location.

 Return Value

The topmost DiagramItem found at the given location or null if no DiagramItem has been found.

 See Also