JansenFelipe\OMR\Maps\MapJson::bottomLeft PHP Method

bottomLeft() public method

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