PhpOffice\PhpPresentation\Shape\AbstractGraphic::setResizeProportional PHP Method

setResizeProportional() public method

Set ResizeProportional
public setResizeProportional ( boolean $pValue = true ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue boolean
return PhpOffice\PhpPresentation\Shape\AbstractDrawing
    public function setResizeProportional($pValue = true)
    {
        $this->resizeProportional = $pValue;
        return $this;
    }