Web aym.pekori.to

swf_shapearc

(PHP 4, PECL)

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 で指定します。