ManaPHP\Image::resize PHP Метод

resize() публичный Метод

public resize ( integer $width, integer $height ) : static
$width integer
$height integer
Результат static
    public function resize($width, $height)
    {
        $this->adapter->resize($width, $height);
        return $this;
    }