Query: swf_definerect
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SWF_DEFINERECT(3) 1 SWF_DEFINERECT(3) swf_definerect - Define a rectangleSYNOPSISvoid swf_definerect (int $objid, float $x1, float $y1, float $x2, float $y2, float $width)DESCRIPTIONDefines a rectangle with an upper left hand coordinate and a lower right hand coordinate.PARAMETERSo $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 VALUESNo value is returned. PHP Documentation Group SWF_DEFINERECT(3)
Related Man Pages |
---|
imagefilledrectangle(3) - php |
printer_draw_rectangle(3) - php |
ps_add_pdflink(3) - php |
ps_place_image(3) - php |
ps_translate(3) - php |