Search
FreeFormNode.containsPoint Method
See Also
 





DiagramItem.containsPoint override.

Namespace: MindFusion.Diagramming
File: FreeFormNode.js

 Syntax

JavaScript  Copy Code

function containsPoint (point)

 Parameters

point

Point. The point to check.

 Return Value

true it this node contains the specified point; otherwise, false.

 See Also