Neos\Media\Domain\Model\DimensionsTrait::isOrientationSquare PHP Метод

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

Whether this image is square aspect ratio and therefore has a square orientation
public isOrientationSquare ( ) : boolean
Результат boolean
    public function isOrientationSquare()
    {
        return $this->getOrientation() === ImageInterface::ORIENTATION_SQUARE;
    }