DOMRect

Module: JavaScript DOM API

DOM Rectangle object.

#include <DOMRect.idl>

Inherits from DOMRectReadOnly

Public Attributes

Name
attribute doublex
attribute doubley
attribute doublewidth
attribute doubleheight

Additional inherited members

Public Attributes inherited from DOMRectReadOnly

Name
readonly attribute doubletop
readonly attribute doubleright
readonly attribute doublebottom
readonly attribute doubleleft

Public Attributes Documentation

variable x

attribute double x;

variable y

attribute double y;

variable width

attribute double width;

variable height

attribute double height;