DOMRect
A DOMRect describes the size and position of a rectangle.
Value members
Concrete methods
Inherited methods
Returns the bottom coordinate value of the DOMRect (usually the same as y + height)
Returns the bottom coordinate value of the DOMRect (usually the same as y + height)
- Inherited from:
- DOMRectReadOnly
Returns the left coordinate value of the DOMRect (usually the same as x)
Returns the left coordinate value of the DOMRect (usually the same as x)
- Inherited from:
- DOMRectReadOnly
Returns the right coordinate value of the DOMRect (usually the same as x + width).
Returns the right coordinate value of the DOMRect (usually the same as x + width).
- Inherited from:
- DOMRectReadOnly
Returns the top coordinate value of the DOMRect (usually the same as y.)
Returns the top coordinate value of the DOMRect (usually the same as y.)
- Inherited from:
- DOMRectReadOnly
The x coordinate of the DOMRect's origin.
The x coordinate of the DOMRect's origin.
- Inherited from:
- DOMRectReadOnly
The y coordinate of the DOMRect's origin.
The y coordinate of the DOMRect's origin.
- Inherited from:
- DOMRectReadOnly