The DOMRectReadOnly
interface specifies the standard properties used by DOMRect
to define a rectangle.
Documentation DOMRectReadOnly by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Constructor
Variables
read onlybottom:Float
Returns the bottom coordinate value of the DOMRect
(usually the same as y + height).
read onlyright:Float
Returns the right coordinate value of the DOMRect
(usually the same as x + width
).