public class DOMRect extends DOMRectReadOnly
Modifier and Type | Field and Description |
---|---|
double |
bottom |
double |
height |
double |
left |
double |
right |
double |
top |
double |
width |
double |
x |
double |
y |
Constructor and Description |
---|
DOMRect() |
DOMRect(double x) |
DOMRect(double x,
double y) |
DOMRect(double x,
double y,
double width) |
DOMRect(double x,
double y,
double width,
double height) |
fromRect