图形函数库 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是图形的左上角。