Checks if the ContainerNode contains the specified point.
Namespace: MindFusion.Diagramming
Package: ContainerNode.js
JavaScript Copy Code |
---|
function containsPoint (point) |
The Point to check.
true if the point is within the bounds of this node; otherwise, false.