ImagickDraw
PHP Manual

ImagickDraw::annotation

(PECL imagick 2.0.0)

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

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual