Search
Rect.intersectsWith Method
See Also
 





Checks if this Rect intersects with the specified rect.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function intersectsWith (rect)

 Parameters

rect
The other Rect.

 Return Value

true if this Rect and the specified Rect intersect; otherwise, false.

 See Also