Query: swf_definepoly
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWF_DEFINEPOLY(3) 1 SWF_DEFINEPOLY(3) swf_definepoly - Define a polygonSYNOPSISvoid swf_definepoly (int $objid, array $coords, int $npoints, float $width)DESCRIPTIONDefines a polygon given an array of x, y coordinates.PARAMETERSo $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 VALUESNo value is returned. PHP Documentation Group SWF_DEFINEPOLY(3)