Fills a polygon with the current color using an even-odd fill rule (otherwise known as an alternating rule). @param xPoints an array of x points @param yPoints an array of y points @param nPoints the total number of points @see #drawPolygon
(int xPoints[], int yPoints[], int nPoints)