1.26.2.1
Gameface
DOMRect Interface Reference

DOM Rectangle object. More...

+ Inheritance diagram for DOMRect:

Public Attributes

attribute double x
 
attribute double y
 
attribute double width
 
attribute double height
 
- Public Attributes inherited from DOMRectReadOnly
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
 

Detailed Description

DOM Rectangle object.

Member Data Documentation

◆ height

attribute double DOMRect::height

◆ width

attribute double DOMRect::width

◆ x

attribute double DOMRect::x

◆ y

attribute double DOMRect::y