Checks if the TableNode contains the specified point.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
function containsPoint (point) |
The Point to check.
true if the point is within the bounds of this node, or false otherwise.
See Also