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

Specification
Geometry Interfaces Module Level 1
# dom-domrect-domrect

Browser compatibility

BCD tables only load in the browser

See also