DOMRectReadOnly
On this page
Module: JavaScript DOM API
Readonly DOM Rectangle object.
#include <DOMRectReadOnly.idl>
Inherited by DOMRect
Public Attributes
Name | |
---|---|
readonly attribute double | x |
readonly attribute double | y |
readonly attribute double | width |
readonly attribute double | height |
readonly attribute double | top |
readonly attribute double | right |
readonly attribute double | bottom |
readonly attribute double | left |
Public Attributes Documentation
variable x
readonly attribute double x;
variable y
readonly attribute double y;
variable width
readonly attribute double width;
variable height
readonly attribute double height;
variable top
readonly attribute double top;
variable right
readonly attribute double right;
variable bottom
readonly attribute double bottom;
variable left
readonly attribute double left;