Winform PictureBox图片旋转
2021-03-13 00:32
标签:form this 水平 his orm none 逆时针 图片旋转 inf 顺时针旋转90度 RotateFlipType.Rotate90FlipNone Winform PictureBox图片旋转 标签:form this 水平 his orm none 逆时针 图片旋转 inf 原文地址:https://www.cnblogs.com/zyl1994/p/12566235.html Image img = this.pictureBox1.Image;
img.RotateFlip(RotateFlipType.Rotate90FlipNone);
this.pictureBox1.Image = img;
逆时针旋转90度 RotateFlipType.Rotate270FlipNone
水平翻转 RotateFlipType.Rotate180FlipY
垂直翻转 RotateFlipType.Rotate180FlipX
文章标题:Winform PictureBox图片旋转
文章链接:http://soscw.com/index.php/essay/63897.html