Checks if the ShapeNode contains the specified point.
Namespace: MindFusion.Diagramming
File: ShapeNode.js
JavaScript Copy Code |
---|
function containsPoint (point) |
true if the Point is within the bounds of this node; otherwise, false.
This method is used during hit-testing to see if the mouse is inside the item.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |