getTopLeft method

Coordinate getTopLeft()

@return {!goog.math.Coordinate} A new coordinate for the top-left corner of the rectangle.

Implementation

Coordinate getTopLeft()
{
  return new Coordinate(left, top);
}