TippingCanoe\Imager\Processing\Fit::setWidth PHP Méthode

setWidth() public méthode

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