var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: Rect value = instance.getIntersectRect(rect);
Parameters
- rect
- The rectangle.
Return Value
The intersecting rectangle. If the two rectangles do not intersect, returns null.
var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: Rect value = instance.getIntersectRect(rect);