Rect
Rect クラスは、矩形情報を保持するクラスです。
メンバ
コンストラクタ
Rect
(Rect オブジェクトの構築 )
Rect
(Rect オブジェクトの構築 )
Rect
(Rect オブジェクトの構築 )
メソッド
addOffset
(矩形位置の設定 )
clear
(矩形情報をクリアします )
clip
(矩形のクリッピング )
equal
(同一判定 )
included
(矩形内包判定 )
includedPos
(矩形内包判定 right, bottom は含まない(-1された)範囲で判定されます。 )
includedPos
(矩形内包判定 )
intersects
(矩形の交差判定 )
isEmpty
(矩形内部があるかどうか )
set
(矩形座標の設定 )
setOffset
(矩形位置の設定 )
setSize
(矩形サイズの設定 )
union
(矩形の合成 )
プロパティ
bottom
(矩形下端 )
height
(矩形縦幅 )
left
(矩形左端 )
nativeArray
(矩形バッファポインタ )
right
(矩形右端 )
top
(矩形上端 )
width
(矩形横幅 )
イベント