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

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

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