ImagickDraw
PHP Manual

ImagickDraw::annotation

(PECL imagick 2.0.0)

ImagickDraw::annotationDraws text on the image

Descrizione

bool ImagickDraw::annotation ( float $x , float $y , string $text )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Draws text on the image.

Elenco dei parametri

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Valori restituiti

Nessun valore viene restituito.


ImagickDraw
PHP Manual