Determines whether this item contains the specified point.
Namespace: MindFusion.Diagramming
Assembly: DiagramItem.js
SyntaxJavaScript
Copy Code
|
|---|
function containsPoint (point) |
Boolean. true if this item contains the specified point, or false otherwise.
RemarksThis method is used during hit-testing to see if the mouse is inside the item.
See Also