圖形函式庫 ImageArc (PHP3 , PHP4) ImageArc --- 畫弧線 語法 : int imagearc (int im, int cx, int cy, int w, int h, int s, int e, int col) 說明 : ImageArc( )在im所代表的圖形中,以參數 cx,cy(左上方是 0,0)為圓心畫一弧形,參數 w和 h分別表示弧形的寬和高,參數 s和 e則指出弧形的起始角和結束角的度數。 上一頁 首頁 下一頁
圖形函式庫
ImageArc
(PHP3 , PHP4)
ImageArc --- 畫弧線
語法 : int imagearc (int im, int cx, int cy, int w, int h, int s, int e, int col)
int imagearc (int im, int cx, int cy, int w, int h, int s, int e, int col)
int imagearc
說明 :
ImageArc( )在im所代表的圖形中,以參數 cx,cy(左上方是 0,0)為圓心畫一弧形,參數 w和 h分別表示弧形的寬和高,參數 s和 e則指出弧形的起始角和結束角的度數。