Variable Rect.left

x coordinate of top left corner

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