PHP 8.4.0 RC4 available for testing

GmagickDraw::annotate

(PECL gmagick >= Unknown)

GmagickDraw::annotateDraws text on the image

说明

public GmagickDraw::annotate(float $x, float $y, string $text): GmagickDraw

Draws text on the image.

参数

x

x ordinate to left of text

y

y ordinate to text baseline

text

text to draw

返回值

The GmagickDraw object.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top