圖形函式庫 ImageDashedLine (PHP3 , PHP4) ImageDashedLine --- 畫虛線 語法 : int imagedashedline (int im, int x1, int y1, int x2, int y2, int col) 說明 : ImageDashedLine( )在圖形 im中,從 x1,y1到 x2,y2畫一條顏色為 col的虛線。 參考 : imageline( ) 上一頁 首頁 下一頁
圖形函式庫
ImageDashedLine
(PHP3 , PHP4)
ImageDashedLine --- 畫虛線
語法 : int imagedashedline (int im, int x1, int y1, int x2, int y2, int col)
int imagedashedline (int im, int x1, int y1, int x2, int y2, int col)
int imagedashedline
說明 :
ImageDashedLine( )在圖形 im中,從 x1,y1到 x2,y2畫一條顏色為 col的虛線。
參考 : imageline( )