tsc_Size

This struct is used to carry a size, being a width and height.  Units are unspecified - the values may be pixels, percent, metres, light-years, etc., depending on the usage.

Public members

tsc_Size (int width, int height);
Constructs an object from the supplied width and height.

int Width;
The width.

int Height;
The height.