MindFusion.Diagramming for JavaScript Programmer's Guide

NodeListView.getBoxAt Method

See Also
 





Gets the diagram item at the specified location.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function getBoxAt ([point])

 Parameters

point
Optional.

The location where to look.

 Return Value

The item found.

 See Also