Neos\Media\Domain\Model\DimensionsTrait::isOrientationLandscape PHP Méthode

isOrientationLandscape() public méthode

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