Returns the item that contains the specified point.
Namespace: MindFusion.Diagramming
File: TreeViewNode.js
SyntaxJavaScript
Copy Code
|
|---|
function itemFromPoint (point) |
Point. A Point instance.
TreeViewItem. The item containing the point, or null.
See Also