copy method

Box copy()

Clone this object.

Implementation

Box copy()
{
  return new Box(top, right, bottom, left);
}