JansenFelipe\OMR\Maps\MapJson::bottomLeft PHP Метод

bottomLeft() публичный Метод

Most point to the bottom/left
public bottomLeft ( ) : Point
Результат JansenFelipe\OMR\Point
    public function bottomLeft()
    {
        $bottomLeft = $this->limits['bottomLeft'];
        return new Point($bottomLeft['x'], $bottomLeft['y']);
    }