getTopLeft method
@return {!goog.math.Coordinate} A new coordinate for the top-left corner of the rectangle.
Implementation
Coordinate getTopLeft()
{
return new Coordinate(left, top);
}
@return {!goog.math.Coordinate} A new coordinate for the top-left corner of the rectangle.
Coordinate getTopLeft()
{
return new Coordinate(left, top);
}