Page 1 of 1

Help!! Rotate coordinate and Rotate image

Posted: Fri Oct 05, 2012 3:23 am
by Albert
Hello,All.Now I encounter such a tough problem.I want to constantly draw a bitmap by a certain angle.If I choose to transfer the bitmap to image and rotate the image,that must be a hard work.So I consider to rotate the coordinate.But how can I rotate the coordinate by any angle.It seems that it is possible.How can I solve this tough project.It makes me crazy.Help!!
Anyone who has a good idea? I will appreciate that.Thanks

Re: Help!! Rotate coordinate and Rotate image

Posted: Fri Oct 05, 2012 6:36 am
by bishop.gis
Look at wxGraphicsContext and it method SetTransform

Re: Help!! Rotate coordinate and Rotate image

Posted: Sat Oct 06, 2012 6:52 am
by Albert
Thanks bishop.gis .I will get a try.