网站首页 博客 C#顺时针逆时针旋转图片
C#顺时针逆时针旋转图片
 2018-09-14 15:30:18  管理员  730

顺时针旋转图片

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

逆时针旋转图片

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


来说两句吧
最新评论