Represents a rectangle and provides geometric computations.
The width of the rectangle. Must be positive.
The height of the rectangle. Must be positive.
Gets the area of the rectangle.
Gets the height of the rectangle.
Gets the perimeter of the rectangle.
Gets the width of the rectangle.
Represents a rectangle and provides geometric computations.