Preparing search index...
The search index is not available
@selenite/commons
@selenite/commons
Utils
HTML
Rect
Class Rect
Definition of a rectangle..
Index
Constructors
constructor
Properties
height
width
x
y
Accessors
bottom
right
Constructors
constructor
new
Rect
(
x
?
,
y
?
,
width
?
,
height
?
)
:
Rect
Parameters
x
:
number
= 0
y
:
number
= 0
width
:
number
= 0
height
:
number
= 0
Returns
Rect
Properties
height
height
:
number
width
width
:
number
x
x
:
number
y
y
:
number
Accessors
bottom
get
bottom
(
)
:
number
Returns
number
right
get
right
(
)
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
height
width
x
y
Accessors
bottom
right
@selenite/commons
Loading...
Definition of a rectangle..