imagick_drawellipse

(PECL)

imagick_drawellipse -- 楕円を描く

説明

bool imagick_drawellipse ( resource image, float x, float y, float radius_x, float radius_y, float start_rot, float end_rot )

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

image

画像ハンドル。

x

原点の x 座標。

y

原点の y 座標。

radius_x

x 方向の半径。

radius_y

y 方向の半径。

start_rot

開始角度。

end_rot

終了角度。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。