W3cubDocs

/Web APIs

DOMRect: DOMRect() constructor

The DOMRect() constructor creates a new DOMRect object.

Syntax

js

new DOMRect(x, y, width, height)

Parameters

x

The x coordinate of the DOMRect's origin.

y

The y coordinate of the DOMRect's origin.

width

The width of the DOMRect.

height

The height of the DOMRect.

Return value

A new DOMRect object.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
DOMRect 61 79 31 No 48 10.1 61 61 31 45 10.3 8.0

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DOMRect/DOMRect