GmagickDraw::annotate

(PECL gmagick >= Unknown)

GmagickDraw::annotate画像の上にテキストを描画する

説明

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

画像の上にテキストを描画します。

パラメータ

x

テキストの左端の x 座標。

y

テキストのベースラインの y 座標。

text

描画するテキスト。

戻り値

GmagickDraw オブジェクトを返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top