Shockwave Flash函式庫 swf_shapecurveto (PHP4 >= 4.0RC2) swf_shapecurveto --- 繪製二點間的曲線 語法 : void swf_shapecurveto (float x1, float y1, float x2, float y2) 說明 : swf_shapecurveto( )從 x 坐標為參數 x1,y 坐標為參數 y1,到 x 坐標為參數 x2,y 坐標為參數 y2,畫一曲線。目前的位置會設定成 x2 , y2參數的位標。 上一頁 首頁 下一頁
Shockwave Flash函式庫
swf_shapecurveto
(PHP4 >= 4.0RC2)
swf_shapecurveto --- 繪製二點間的曲線
語法 : void swf_shapecurveto (float x1, float y1, float x2, float y2)
void swf_shapecurveto (float x1, float y1, float x2, float y2)
void swf_shapecurveto
說明 :
swf_shapecurveto( )從 x 坐標為參數 x1,y 坐標為參數 y1,到 x 坐標為參數 x2,y 坐標為參數 y2,畫一曲線。目前的位置會設定成 x2 , y2參數的位標。