La classe ImagickDraw
PHP Manual

ImagickDraw::annotation

(No version information available, might be only in CVS)

ImagickDraw::annotationDraws text on the image

Description

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

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Draws text on the image.

Liste de paramètres

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Valeurs de retour

Aucune valeur n'est retournée.


La classe ImagickDraw
PHP Manual