ImageFilledEllipse

(PHP 4 >= 4.0.6, PHP 5)

ImageFilledEllipse -- 塗りつぶされた楕円を描画する

説明

int imagefilledellipse ( resource image, int cx, int cy, int w, int h, int color)

imagefilledellipse() は、 imageで表したイメージに cx, cy (左上が0, 0) を中心とした楕円を描画します。w および h で楕円の幅と高さをそれぞれ指定します。楕 円は、colorで塗りつぶされます。

注意: この関数はPHP 4.0.6で追加され、GD 2.0.1以降を必要とします。

imagefilledarc()も参照下さい。