Component 's width and height
If not noted otherwise, the dimensions are measured in pixels on screen at the current resolution.
Public Member Functions | |
| bool | isZero () const |
| bool | operator!= (const Size &s) const |
| Size | operator+ (const Size &s) const |
| Size & | operator+= (const Size &s) |
| Size | operator- (const Size &s) const |
| Size & | operator-= (const Size &s) |
| bool | operator== (const Size &s) const |
| Size (const Point &) | |
| Size (const int &w=0, const int &h=0) | |
Public Attributes | |
| int | height |
| int | width |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3