ManaPHP\ImageInterface::resizeCropCenter PHP Метод

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

Resize the image by a given width and height
public resizeCropCenter ( integer $width, integer $height ) : static
$width integer
$height integer
Результат static
    public function resizeCropCenter($width, $height);