Neos\Media\Domain\Model\DimensionsTrait::isOrientationLandscape PHP Method

isOrientationLandscape() public method

Whether this image is in landscape orientation
public isOrientationLandscape ( ) : boolean
return boolean
    public function isOrientationLandscape()
    {
        return $this->getOrientation() === ImageInterface::ORIENTATION_LANDSCAPE;
    }