Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. DOMRectReadOnly

DOMRectReadOnly

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.

TheDOMRectReadOnly interface specifies the standard properties (also used byDOMRect) to define a rectangle whose properties are immutable.

Constructor

DOMRectReadOnly()

Defined to create a newDOMRectReadOnly object.

Instance properties

DOMRectReadOnly.xRead only

Returns the x coordinate of theDOMRectReadOnly's origin.

DOMRectReadOnly.yRead only

Returns the y coordinate of theDOMRectReadOnly's origin.

DOMRectReadOnly.widthRead only

Returns the width of theDOMRectReadOnly.

DOMRectReadOnly.heightRead only

Returns the height of theDOMRectReadOnly.

DOMRectReadOnly.topRead only

Returns the top coordinate value of theDOMRectReadOnly (usually the same asy).

DOMRectReadOnly.rightRead only

Returns the right coordinate value of theDOMRectReadOnly (usually the same asx + width).

DOMRectReadOnly.bottomRead only

Returns the bottom coordinate value of theDOMRectReadOnly (usually the same asy + height).

DOMRectReadOnly.leftRead only

Returns the left coordinate value of theDOMRectReadOnly (usually the same asx).

Static methods

DOMRectReadOnly.fromRect()

Creates a newDOMRectReadOnly object with a given location and dimensions.

Instance methods

DOMRectReadOnly.toJSON()

Returns a JSON representation of theDOMRectReadOnly object.

Specifications

Specification
Geometry Interfaces Module Level 1
# 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