TippingCanoe\Imager\Processing\Fit::setWidth PHP Method

setWidth() public method

public setWidth ( integer $width )
$width integer
    public function setWidth($width)
    {
        $this->width = $width;
    }