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

topRight() public method

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