swf_definepoly
    (PHP 4, PECL)
swf_definepoly -- 
     ポリゴンを定義する
    
説明
void 
swf_definepoly ( int objid, array coords, int npoints, float width )
     関数 swf_definepoly() は x, y 座標の配列で指定した
     ポリゴンを定義します
     (座標はパラメータ coords で定義します)。
     パラメータ npoints は、
     coords で指定した配列に含まれる全ての点の数です。
     width はポリゴンの輪郭の幅で、0.0 を設定した場合、
     ポリゴンは塗りつぶされます。