Shockwave Flash函式庫 swf_defineline (PHP4 >= 4.0RC2) swf_defineline --- 定義一個線段 語法 : void swf_defineline (int objid, float x1, float y1, float x2, float y2, float width) 說明 : swf_defineline( )定義一個線段,從 x座標 x1、y 座標 y1到 x座標 x2、y 座標 y2,參數width定義此線段的寛度。 上一頁 首頁 下一頁
Shockwave Flash函式庫
swf_defineline
(PHP4 >= 4.0RC2)
swf_defineline --- 定義一個線段
語法 : void swf_defineline (int objid, float x1, float y1, float x2, float y2, float width)
void swf_defineline (int objid, float x1, float y1, float x2, float y2, float width)
void swf_defineline
說明 :
swf_defineline( )定義一個線段,從 x座標 x1、y 座標 y1到 x座標 x2、y 座標 y2,參數width定義此線段的寛度。