Checks if this Rect intersects with the specified rect.
Namespace: MindFusion.Drawing
Assembly: Rect.js
SyntaxJavaScript
Copy Code
|
|---|
function intersectsWith (rect) |
true if this Rect and the specified Rect intersect; otherwise, false.
See Also