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

bottomRight() public method

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