Rectangle::Rectangle(Rectangle &r) { width = r.width; height = r.height; }