Search
TreeViewNode.containsPoint Method
See Also
 





Checks if the TreeViewNode contains the specified point.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

function containsPoint (point)

 Parameters

point

Point. The Point to check.

 Return Value

Boolean. true if the point is within the bounds of this node; otherwise, false.

 See Also