copy method

Size copy()

@return {!goog.math.Size} A new copy of this Size.

Implementation

Size copy()
{
  return new Size(width, height);
}