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;
    }