imagedashedline
破線を描画する
&reftitle.description;
boolimagedashedline
GdImageimage
intx1
inty1
intx2
inty2
intcolor
これは古い関数です。代わりに imagesetstyle と
imageline の組み合せを使用してください。
&reftitle.parameters;
&gd.image.description;
x1
左上の x 座標。
y1
左上の y 座標 0。0 は画像の左上の角です。
x2
右下の x 座標。
y2
右下の y 座標。
color
塗りつぶし色。&gd.identifier.color;
&reftitle.returnvalues;
&return.success;
&reftitle.changelog;
&Version;
&Description;
&gd.changelog.image-param;
&reftitle.examples;
imagedashedline の例
]]>
&example.outputs.similar;
出力例 : imagedashedline()
imagedashedline のもうひとつの使用法
]]>
&reftitle.seealso;
imagesetstyle
imageline