swf_definepoly
(PHP 4)
swf_definepoly — 多角形を定義する
説明
void swf_definepoly
( int $objid
, array $coords
, int $npoints
, float $width
)
パラメータ
-
objid
-
オブジェクト ID。
-
coords
-
x, y 座標の配列。
-
npoints
-
coords
で指定した配列に含まれる全ての点の数です。
-
width
-
多角形の輪郭の幅。0.0 を設定した場合、
多角形は塗りつぶされます。