0

I want to rotate/move image as per mouse movement.when right button of mouse is pressed ,image move to right and when button released movement of image should stop,same apply for left button.how to do that in windows programming(without using wpf)?

leppie
  • 115,091
  • 17
  • 196
  • 297
Prit
  • 25
  • 1
  • 7
  • possible duplicate of [How do I rotate a picture in C#](http://stackoverflow.com/questions/2163829/how-do-i-rotate-a-picture-in-c-sharp) – Fragment Feb 24 '15 at 05:10
  • 1
    Hi Prit, welcome to StackOverflow. You might not get many answers unless you say what you've tried, and how that's not worked, etc. – Wai Ha Lee Feb 24 '15 at 05:19

1 Answers1

0

You can find information about how to rotate images in winforms applications here

And example of mouse up/mouse down events here or at msdn

Community
  • 1
  • 1
Fragment
  • 1,555
  • 1
  • 26
  • 33