Variable Rect.bottom

y coordinate of bottom right corner (non-inclusive)

struct Rect
{
  // ...
  int bottom;
  // ...
}