swf_shapearc

(PHP 4 )

swf_shapearc -- 円弧を描画する

説明

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

関数 swf_shapeArc() は、 パラメータ ang1 で指定した角度Aから パラメータ ang2 で指定した角度Bまで 円弧を描画します。 円の中心は、x座標がパラメータ x 、y座標がパラメータ y の点になります。 円の半径はパラメータ r で指定します。