Size();
Size(
f32 aWidth,
f32 aHeight
);
Size(
const Size & other
);
| Size ( ) | Constructor. |
| Size ( f32, f32 ) | Constructor. |
| Size ( const Size & ) | Constructor. |
Initializes the height and width to 0.
Initializes to the specified height and width.
Copies settings.
CONFIDENTIAL