@return {!goog.math.Size} A new copy of this Coordinate as Size.
Size toSize() { return new Size(x, y); }