ImagickDraw::annotation

(PECL imagick 2, PECL imagick 3)

ImagickDraw::annotationDraws text on the image

Descrizione

public ImagickDraw::annotation(float $x, float $y, string $text): bool
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.