ImagickDraw::annotation
(PECL imagick 2.0.0)
ImagickDraw::annotation — Draws 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
Возвращаемые значения
Эта функция не возвращает значения после выполнения.