Size

struct Size {
int width;
int height;
}

Meta