in C# how to rotate picturebox with its image?

我正在开发C#应用程序,因为我必须旋转整个图片盒,我使用rotateFlip()方法,但它只支持90,180,270度,我想要1度


你可以检查旋转图像数学(C#)或如何旋转C#中的图片


See this rotate-image-in-picturebox. this will be helpful to you ;)

http://www.codeproject.com/KB/graphics/RotatePictureBox.aspx
http://www.codeproject.com/KB/cpp/rimage.aspx

链接地址: http://www.djcxy.com/p/50840.html

上一篇: 从哪里开始JavaSpaces?

下一篇: 在C#中如何旋转picturebox的图像?