DOMRectReadOnly

Module: JavaScript DOM API

Readonly DOM Rectangle object.

#include <DOMRectReadOnly.idl>

Inherited by DOMRect

Public Attributes

Name
readonly attribute doublex
readonly attribute doubley
readonly attribute doublewidth
readonly attribute doubleheight
readonly attribute doubletop
readonly attribute doubleright
readonly attribute doublebottom
readonly attribute doubleleft

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;