imagefilledrectangle
塗りつぶした矩形を描画する
&reftitle.description;
boolimagefilledrectangle
GdImageimage
intx1
inty1
intx2
inty2
intcolor
色 color で塗りつぶした矩形を、
指定した image 上に作成します。
開始位置と終了位置を指定します。0, 0
が画像の左上角を表します。
&reftitle.parameters;
&gd.image.description;
x1
開始位置の x 座標。
y1
開始位置の y 座標。
x2
終了位置の x 座標。
y2
終了位置の y 座標。
color
塗りつぶし色。&gd.identifier.color;
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
&gd.changelog.image-param;
&reftitle.examples;
imagefilledrectangle の例
]]>
&example.outputs.similar;
出力例 : imagefilledrectangle()