(PHP 3, PHP 4 )
ImageArc -- 部分楕円の描画
説明
int
imagearc ( int im, int cx, int cy, int w, int h, int s, int e, int col)
ImageArc()は、imで示す画像上に
cx、cyを中心(左上が
0,0)とする部分楕円を描画します。wと
hはそれぞれ楕円の幅と高さを指定します。一
方、始点と終点は引数sと
eにより度(deg)で指定します。
ImageEllipse(),
ImageFilledEllipse(),
ImageFilledArc()も参照下さい。