#include <Pt/Gfx/Size.h>
Size with integer width and height.
Public Member Functions | |
| Int | area () const |
| Returns the area (width * height). | |
| void | transpose () |
| Swaps width and height in place. | |
| SizeI | toTransposed () const |
| Returns a copy with width and height swapped. | |