swf_definerect
(PHP4 >= 4.0RC2)
swf_definerect --- 定义一个矩形
语法 :
void swf_definerect
(int objid, float x1, float y1, float x2, float y2, float width)说明 :
swf_definerect( )定义一个矩形,从左上角 x座标 x1、y 座标 y1到 右下角 x座标 x2、y 座标 y2,参数width定义此矩形边缘的寛度,如果width是0.0则矩形是被填满的。