Rect
The Rect class is a class that holds rectangle information.
Members
Constructors
Rect
Rect
Rect
Methods
addOffset
( Offset rectangle position )
clear
( Clears rectangle information )
clip
( Rectangle clipping )
equal
( Equality check )
included
( Rectangle inclusion check )
includedPos
( Rectangle inclusion check )
intersects
( Rectangle intersection check )
isEmpty
( Check if rectangle is empty )
set
( Set rectangle coordinates )
setOffset
( Set rectangle position )
setSize
( Set rectangle size )
union
( Rectangle union )
Properties
bottom
( Rectangle bottom edge )
height
( Rectangle height )
left
( Rectangle left edge )
nativeArray
( Rectangle buffer pointer )
right
( Rectangle right edge )
top
( Rectangle top edge )
width
( Rectangle width )
Events
None