The ImagickDraw class
PHP Manual

ImagickDraw::annotation

(PECL imagick 2.0.0)

ImagickDraw::annotationDraws text on the image

Описание

bool ImagickDraw::annotation ( float $x , float $y , string $text )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

Draws text on the image.

Параметри

x

The x coordinate where text is drawn

y

The y coordinate where text is drawn

text

The text to draw on the image

Връщани стойности

Няма връщана стойност.


The ImagickDraw class
PHP Manual