toString method

String toString ()

Implementation

String toString() {
  return 'Rectangle ($left, $top) $width x $height';
}