Rect
Rect class is a class that holds rectangle information.
メンバ
コンストラクタ
Rect
Rect
Rect
メソッド
addOffset
( Set rectangle position )
clear
( Clear rectangle information )
clip
( Rectangle clipping )
equal
( Same judgment )
included
( Rectangular inclusion judgment )
includedPos
( Rectangular inclusion judgment )
intersects
( Determine intersection of rectangles )
isEmpty
( Whether there is a rectangle inside )
set
( Setting rectangular coordinates )
setOffset
( Set rectangle position )
setSize
( Set rectangle size )
union
( Combining rectangles )
プロパティ
bottom
( Rectangular bottom )
height
( Rectangular height )
left
( Rectangle left edge )
nativeArray
( Rectangular buffer pointer )
right
( Right edge of rectangle )
top
( Rectangular top )
width
( Rectangle width )
イベント
なし