package js.html
extended by DOMRect
Available on jsThe
DOMRectReadOnly
interface specifies the standard properties used byDOMRect
to define a rectangle.Documentation DOMRectReadOnly by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only bottom:Float
Returns the bottom coordinate value of the DOMRect
(usually the same as y + height).
read only height:Float
The height of the DOMRect
.
read only left:Float
Returns the left coordinate value of the DOMRect
(usually the same as x
).
read only right:Float
Returns the right coordinate value of the DOMRect
(usually the same as x + width
).
read only top:Float
Returns the top coordinate value of the DOMRect
(usually the same as y
.)
read only width:Float
The width of the DOMRect
.
read only x:Float
The x coordinate of the DOMRect
's origin.
read only y:Float
The y coordinate of the DOMRect
's origin.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/DOMRectReadOnly.html