The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
i_poly_poly_aa(im, count, polys, mode, color) =synopsis i_poly_poly_aa(im, 1, &poly, mode, color); =category Drawing

Fill the count polygons defined by polys the color specified by color.

At least one polygon must be supplied.

All polygons must have at least 3 points.

i_poly_aa_m(im, count, x, y, mode, color) =synopsis i_poly_aa_m(im, count, x, y, mode, color); =category Drawing

Fill a polygon defined by the points specified by the x and y arrays with the color specified by color.

i_poly_poly_aa_cfill(im, count, polys, mode, fill) =synopsis i_poly_poly_aa_cfill(im, 1, &poly, mode, fill); =category Drawing

Fill the count polygons defined by polys the fill specified by fill.

At least one polygon must be supplied.

All polygons must have at least 3 points.

i_poly_aa_cfill_m(im, count, x, y, mode, fill) =synopsis i_poly_aa_cfill(im, count, x, y, mode, fill); =category Drawing

Fill a polygon defined by the points specified by the x and y arrays with the fill specified by fill.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 615:

'=item' outside of any '=over'

=over without closing =back