Thread: Images and GDI+
View Single Post
Old Jan 14th, 2007, 11:47 AM   #5
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
Check the GDI+ docs for the "Image" class. It has a "RotateFlip" function that should do what you're looking for. I've never used it, but that's what I would try first.

P.S. VB would require the use of the System.Drawing.Image class. Has the same RotateFlip function, though.
__________________
Neeley.org
dr.p is offline   Reply With Quote