Spread.Sheets Documentation
intersectRect Method
The specified rectangle.
Indicates whether the specified rectangle intersects with the current rectangle.
Syntax
var instance = new GC.Spread.Sheets.Rect(x, y, w, h);
var value; // Type: boolean
value = instance.intersectRect(rect);
function intersectRect( 
   rect : Rect
) : boolean;

Parameters

rect
The specified rectangle.

Return Value

true if the specified rectangle intersects with the current rectangle; otherwise, false.
See Also

Reference

Rect type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.