The ImagickDraw class
PHP Manual

ImagickDraw::annotation

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

ImagickDraw::annotationDraws text on the image

Opis

bool ImagickDraw::annotation ( float $x , float $y , string $text )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Draws text on the image.

Parametry

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual