Search
TableNode.containsPoint Method
See Also
 





Checks if the TableNode contains the specified point.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function containsPoint (point)

 Parameters

point

The Point to check.

 Return Value

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

 See Also