Methods | |
Bounds (double left, double right, double top, double bottom) | |
double | width () const |
double | height () const |
Bounds & | expandTo (const Bounds &other) |
Bounds | pad (double hPad, double vPad) |
Bounds | pad (double padding) |
Attributes | |
double | left = 0 |
double | right = 0 |
double | top = 0 |
double | bottom = 0 |
bool | set = false |