|
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.
|