public Rectangle(int left, int top, int right, int bottom);
Creates a rectangle.
Rectangle Constructor