DOMRect: DOMRect() Konstruktor

Hinweis: Dieses Feature ist verfügbar in Web Workers.

Der DOMRect() Konstruktor erstellt ein neues DOMRect Objekt.

Syntax

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

Parameter

x

Die x-Koordinate des Ursprungs des DOMRect.

y

Die y-Koordinate des Ursprungs des DOMRect.

width

Die Breite des DOMRect.

height

Die Höhe des DOMRect.

Rückgabewert

Ein neues DOMRect Objekt.

Spezifikationen

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

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch