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

topLeft() public method

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