QUOTE(NickDMax @ 6 Jun, 2007 - 08:08 PM)

I was really hoping that some GDI+ guru would step up and talk about coordinate transforms. I believe that you will have to translate the coordinate system, OR not place it at (0,0)... So if you place the image at (-ImageWidth/2, -ImageHeight/2) that should be right, or you can translate the coordinate system by half the Image height and width.
Hopefully someone who knows a bit more about GDI+ can tell us if I am right. (else you have to wait until I have time to play with it and see).
waiting.........

then what, how do you move the image to where you want it.
gr.RotateTransform(45); this looks like is rotating the hdc .
thanks
This post has been edited by Lamefif: 7 Jun, 2007 - 05:43 AM