C#顺时针逆时针旋转图片

this.pictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone);

this.pictureBox1.Refresh();
逆时针旋转图片

this.pictureBox1.Image.RotateFlip(RotateFlipType.Rotate270FlipNone);
this.pictureBox1.Refresh();

posted @ 2023-11-01 11:19  林新i  阅读(34)  评论(0编辑  收藏  举报