public Rectangle (Point p, Dimension d)

Constructs a new Rectangle whose upper-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.

Parameters:
p    a Point that is the upper-left corner of the Rectangle
d    a Dimension, representing the width and height of the Rectangle