The height of the DOMRect
.
Promise<number>
The width of the DOMRect
.
Promise<number>
The x coordinate of the DOMRect
's origin.
Promise<number>
The y coordinate of the DOMRect
's origin.
Promise<number>
Returns the bottom coordinate value of the DOMRect
(usually the same as y + height).
Promise<number>
The height of the DOMRect
.
Promise<number>
Returns the left coordinate value of the DOMRect
(usually the same as x
).
Promise<number>
Returns the right coordinate value of the DOMRect
(usually the same as x + width
).
Promise<number>
Returns the top coordinate value of the DOMRect
(usually the same as y
.)
Promise<number>
The width of the DOMRect
.
Promise<number>
The x coordinate of the DOMRect
's origin.
Promise<number>
The y coordinate of the DOMRect
's origin.
Promise<number>
fromRect() | fromRect() |