var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: boolean value = instance.intersectRect(rect);
パラメータ
- rect
- 指定した矩形。
戻り値の型
指定した矩形が現在の矩形と交差する場合は
true
、それ以外の場合はfalse
。var instance = new GC.Spread.Sheets.Rect(x, y, w, h); var value; // Type: boolean value = instance.intersectRect(rect);
true
、それ以外の場合はfalse
。