Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Package: DiagramItem.js
JavaScript Copy Code |
---|
function containsPoint (point) |
Type: Boolean
true if this item contains the specified point; otherwise, false.
This method is used during hit-testing to see if the mouse is inside the item.