Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
DOMRect
Interface DOMRect
MDN Reference
interface
DOMRect
{
bottom
:
number
;
height
:
number
;
left
:
number
;
right
:
number
;
top
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
toJSON
(
)
:
any
;
}
Hierarchy (
view full
)
DOMRectReadOnly
DOMRect
Index
Properties
bottom
height
left
right
top
width
x
y
Methods
toJSON
Properties
Readonly
bottom
bottom
:
number
MDN Reference
height
height
:
number
MDN Reference
Readonly
left
left
:
number
MDN Reference
Readonly
right
right
:
number
MDN Reference
Readonly
top
top
:
number
MDN Reference
width
width
:
number
MDN Reference
x
x
:
number
MDN Reference
y
y
:
number
MDN Reference
Methods
toJSON
toJSON
(
)
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
height
left
right
top
width
x
y
Methods
toJSON
melonjs
Loading...
MDN Reference