SWF_DEFINERECT(3) 1 SWF_DEFINERECT(3)
swf_definerect - Define a rectangle
SYNOPSIS
void swf_definerect (int $objid, float $x1, float $y1, float $x2, float $y2, float $width)
DESCRIPTION
Defines a rectangle with an upper left hand coordinate and a lower right hand coordinate.
PARAMETERS
o $objid
- The object id.
o $x1
- x-coordinate of upper left point.
o $y1
- y-coordinate of upper left point.
o $x2
- x-coordinate of lower right point.
o $y2
- y-coordinate of lower right point.
o $width
- Width of the rectangles border, if the width is 0.0 then the rectangle is filled.
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_DEFINERECT(3)