Calculates the perimeter of a Rectangle.
The Rectangle to use.
The perimeter of the Rectangle, equal to (width * 2) + (height * 2).
(width * 2) + (height * 2)