Imagick::drawImage
PHP Manual
PHP Manual»Imagick»Imagick::drawImage

Imagick::drawImage

(PECL imagick 2, PECL imagick 3)

Imagick::drawImageRenders the ImagickDraw object on the current image

Опис

public function Imagick::drawImage(ImagickDraw $draw): bool

Renders the ImagickDraw object on the current image.

Параметри

draw

The drawing operations to render on the image.

Значення, що повертаються

Повертає true в разі успіху.

To Top