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

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

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