Search
ConnectionPoint.nodesIntersect Method
See Also
 





Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect.

Namespace: MindFusion.Diagramming
File: ConnectionPoint.js

 Syntax

JavaScript  Copy Code

function nodesIntersect (connectionPoint)

 Parameters

connectionPoint
A ConnectionPoint instance.

 Return Value

Boolean. true if the node associated with the current connection point and the node associated with the specified connection point intersect; otherwise, false.

 See Also