swf_shapearc

(PHP 4, PECL)

swf_shapearc -- 円弧を描画する

説明

void swf_shapearc ( float x, float y, float r, float ang1, float ang2 )

円弧を描画します。

パラメータ

x

中心の x 座標。

y

中心の y 座標。

r

円弧の半径。

ang1

開始角度。

ang2

終了角度。

返り値

値を返しません。