Descripción
int
imagefilledpolygon
( int im, array points, int num_points, int col)
ImageFilledPolygon
crea
un
polígono
relleno
en
la
imagen
im
,
points
es
una
matriz
PHP
conteniendo
los
vértices
del
poligono
,
por
ejemplo
.
points[
0
]
=
x0
,
points[1
]
=
y0
,
points[2
]
=
x1
,
points[3
]
=
y1
,
etc
.
num_points
es
el
número
total
de
vértices
.