MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramLink.intersects Method

See Also
 





Checks whether the link contour intersects with the outline of the specified node.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

function intersects (rect)

 Parameters

rect

The bounding rectangle of the specified node.

 See Also