toSize method

Size toSize()

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

Implementation

Size toSize()
{
  return new Size(x, y);
}