点击了这个按钮并没有旋转,上网查了也没有找到,希望有人不吝赐教
找到解决了方法了,在用了pictureBox1.Image = pictureBox1.Image.RotateFlip(...)这个代码后
要在后面加上 pictureBox1.Refresh(); 刷新一遍就能看到旋转后的图片
pictureBox1.Image = pictureBox1.Image.RotateFlip(...)
https://www.cnblogs.com/wqwfive/archive/2011/07/18/2110071.html