SWF_DEFINEPOLY(3) 1 SWF_DEFINEPOLY(3)
swf_definepoly - Define a polygon
SYNOPSIS
void swf_definepoly (int $objid, array $coords, int $npoints, float $width)
DESCRIPTION
Defines a polygon given an array of x, y coordinates.
PARAMETERS
o $objid
- The object id.
o $coords
- An array of x, y coordinates.
o $npoints
- The number of overall points that are contained in the array given by $coords
o $width
- The width of the polygon's border, if set to 0.0 the polygon is filled.
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_DEFINEPOLY(3)