圖形函式庫 ImageFilledRectangle (PHP3 , PHP4) ImageFilledRectangle --- 建立一個矩形並且填滿顏色 語法 : int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int col) 說明 : ImageFilledRectangle( )在圖形 im中,建立一個填滿顏色 col的矩形,從左上方的坐標 x1,y1到右下方的坐標 x2,y2,坐標 0,0是圖形的左上角。 上一頁 首頁 下一頁
圖形函式庫
ImageFilledRectangle
(PHP3 , PHP4)
ImageFilledRectangle --- 建立一個矩形並且填滿顏色
語法 : int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int col)
int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int col)
int imagefilledrectangle
說明 :
ImageFilledRectangle( )在圖形 im中,建立一個填滿顏色 col的矩形,從左上方的坐標 x1,y1到右下方的坐標 x2,y2,坐標 0,0是圖形的左上角。