The Imagick class
PHP Manual

Imagick::drawImage

(PECL imagick 2.0.0)

Imagick::drawImageRenders the ImagickDraw object on the current image

Descrição

bool Imagick::drawImage ( ImagickDraw $draw )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Renders the ImagickDraw object on the current image.

Parâmetros

draw

The drawing operations to render on the image.

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual