(PHP 4)
swf_definepoly — Define a polygon
$objid
, array $coords
, int $npoints
, float $width
)Defines a polygon given an array of x, y coordinates.
objidThe object id.
coordsAn array of x, y coordinates.
npoints
The number of overall points that are contained in the array given by
coords
widthThe width of the polygon's border, if set to 0.0 the polygon is filled.
没有返回值。