Contao\Picture::setImportantPart PHP Method

setImportantPart() public method

Set the important part settings
public setImportantPart ( array $importantPart = null )
$importantPart array The settings array
    public function setImportantPart(array $importantPart = null)
    {
        $this->image->setImportantPart($importantPart);
        return $this;
    }