Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. DOMRect
  4. DOMRect()

DOMRect: DOMRect() constructor

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨January 2020⁩.

Note: This feature is available inWeb Workers.

TheDOMRect() constructor creates a newDOMRect object.

Syntax

js
new DOMRect(x, y, width, height)

Parameters

x

Thex coordinate of theDOMRect's origin.

y

They coordinate of theDOMRect's origin.

width

The width of theDOMRect.

height

The height of theDOMRect.

Return value

A newDOMRect object.

Specifications

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

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp