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