DiagramItem.containsPoint override.
Namespace: MindFusion.Diagramming
Assembly: FreeFormNode.js
SyntaxJavaScript
Copy Code
|
|---|
function containsPoint (point) |
Point. The point to check.
true it this node contains the specified point; otherwise, false.
See Also