copy method
@return {!goog.math.Rect} A new copy of this Rectangle.
Implementation
Rect copy()
{
return new Rect(left, top, width, height);
}
@return {!goog.math.Rect} A new copy of this Rectangle.
Rect copy()
{
return new Rect(left, top, width, height);
}