2次元空間内の、指定した位置と幅および高さを持つ矩形を表します。
シンタックス
Javascript (Usage) | |
---|
var instance = new GC.Spread.Sheets.Rect(x, y, w, h); |
Javascript (Specification) | |
---|
function Rect(
: number,
: number,
: number,
: number
) : Rect; |
パラメータ
- x
- 矩形の左上隅のx座標。
- y
- 矩形の左上隅のy座標。
- w
- 矩形の幅。
- h
- 矩形の高さ。