transpose the origin
Moderator: General Moderators
-
SidewinderX
- Forum Contributor
- Posts: 407
- Joined: Fri Jul 16, 2004 9:04 pm
- Location: NY
transpose the origin
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?