0

How can I create a Center of Rotation in Winforms?

What I mean is when I look over the web I found some guides that had a radius for the rotation so it created some circle movement, however I want Only to rotate an image over a certain point without any radius rotation. How can I do something like that?

Mike Fielden
  • 10,055
  • 14
  • 59
  • 99
HuMMeR-SI
  • 791
  • 2
  • 7
  • 10
  • 4
    Hard to guess what "radius rotation" might mean. In general you have to use Graphics.TranslateTransform() to rotate around a point other than (0, 0). Check this answer for an example: http://stackoverflow.com/a/3860678/17034 – Hans Passant Feb 11 '13 at 20:22
  • That's Exactly what I mean Thanks a lot :) – HuMMeR-SI Feb 11 '13 at 21:04

0 Answers0