transpose the origin
Posted: Fri Dec 01, 2006 10:34 pm
When you use the imagepolygon funnction the origin of the points (0,0) is in the upper left corner which is conventional, is it possable to make the origin the center of the image something say (200,200) of a 400x400 image? Similar to the g.translate() method in java?