Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
bueno lo que quiero es hacer girar un picturbox por medio de un boton asi como los editores de fotos

//////////////////////////////////////////////////////////////////

What I need to do is to rotate a picturebox using a button, something as in photo-editors

Translation added. I think he means something like "rotate/simmetry" in the edit menu of mspaint
Posted
Updated 21-Dec-12 7:00am
v2
Comments
Richard MacCutchan 21-Dec-12 12:48pm    
Please not this is an English language site.
Nelek 21-Dec-12 13:02pm    
Juan el idioma official de CP es inglés. Al menos deberías añadir una traducción de google o algo así.

Juan official language of CP is english. At least you should add a translation of google or something similar
Jibesh 21-Dec-12 14:07pm    
Done a good Job Nelek!!
Nelek 22-Dec-12 13:32pm    
Thanks jibesh

1 solution

Como así:

C#
pictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone);
pictureBox1.Invalidate()
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900