Перевернути зображення

Image img = pictureBox1.Image;

img.RotateFlip(RotateFlipType.Rotate90FlipNone);

pictureBox1.Image = img;