ImagickDraw::annotation
(PECL imagick 2, PECL imagick 3)
ImagickDraw::annotation — 画像上にテキストを描画する
説明
public ImagickDraw::annotation
( float $x
, float $y
, string $text
) : bool
警告 この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
画像上にテキストを描画します。
パラメータ
x
- テキストを描画する x 座標。
y
- テキストを描画する y 座標。
text
- 画像上に描画するテキスト。
返り値
値を返しません。