Skip to content
SiteEmail

DOMRect

Module: JavaScript DOM API

DOM Rectangle object.

#include <DOMRect.idl>

Inherits from DOMRectReadOnly

Name
attribute doublex
attribute doubley
attribute doublewidth
attribute doubleheight

Public Attributes inherited from DOMRectReadOnly

Name
readonly attribute doubletop
readonly attribute doubleright
readonly attribute doublebottom
readonly attribute doubleleft
attribute double x;
attribute double y;
attribute double width;
attribute double height;