imagick_drawannotation

(PECL)

imagick_drawannotation -- Write text

说明

bool imagick_drawannotation ( resource image, float x, float y, string text )

警告

本函数暂无文档,仅有参数列表。

参数

image

Image handle

x

X ordinate to left of text

y

Y ordinate to text baseline

text

Text to draw

返回值

如果成功则返回 TRUE,失败则返回 FALSE