Search
TreeViewNode.itemFromPoint Method
See Also
 






Returns the item that contains the specified point.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

function itemFromPoint (point)

 Parameters

point

Point. A Point instance.

 Return Value

TreeViewItem. The item containing the point, or null.

 See Also