int[] xValues = (250,250,280,280,300,300,320,320);
int[] yValues = (275,245,245,225,225,245,245,275);
int points = 8;
myImage.drawPolygon(xValues, yValues, points);
int[] xValues = (250,250,280,280,300,300,320,320);
int[] yValues = (275,245,245,225,225,245,245,275);
int points = 8;
myImage.drawPolygon(xValues, yValues, points);