Gmagick::annotateimage

(PECL gmagick >= 未知)

Gmagick::annotateimage用文本注释图像

描述

public Gmagick::annotateimage(
    GmagickDraw $GmagickDraw,
    float $x,
    float $y,
    float $angle,
    string $text
): Gmagick

用文本注释图像。

参数

GmagickDraw

包含文本绘制设置的 GmagickDraw 对象。

x

文本左侧的水平偏移量(以像素为单位)。

y

文本基线的垂直偏移量(以像素为单位)。

angle

写入文本的角度。

text

要绘制的字符串。

返回值

添加了注释的 Gmagick 对象。

错误/异常

在错误时抛出 GmagickException 异常。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top