ImagickDraw::annotation

(PECL imagick 2, PECL imagick 3)

ImagickDraw::annotationDraws text on the image

Descrição

publicImagickDraw::annotation(float$x, float$y, string$text): bool
Aviso

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

Draws text on the image.

Parâmetros

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Valor Retornado

Nenhum valor é retornado.

To Top