ImagePolygon
(PHP3 , PHP4)
ImagePolygon ---&">nbsp; 画一个多边形
语法 : int imagepolygon (int im, array points, int num_points, int col)
说明 :
ImagePolygon( )在图形 im中,建立一个多边形,参数 points是个包含了多边形的顶点的一个PHP数组,例如 : points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1等等,参数 num_points是顶点的总数。
参考 : imagecreate( )
时间: 2024-11-09 02:06:35