public Rectangle() { width = 0; height = 0; origin = null; }