var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: boolean value = instance.intersectRect(rect);
Parameters
- rect
- The specified rectangle.
Return Value
true
if the specified rectangle intersects with the current rectangle; otherwise, false
.