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則矩形是被填滿的。