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