C# How to rotate & resize image in same form?

倾然丶 夕夏残阳落幕 提交于 2019-12-11 14:14:10

问题


I want to rotate and resize an image. The rotation is not 90 degrees so cant use rotateflip. Tried using picturebox can resize easily but cannot rotate. I tried this guy's method https://www.youtube.com/watch?v=S9uSKO-BIgs. the rotation works but now it cannot be resized. Tried to resize the bitmap but its get cropped instead of resized. Anyone know method to rotate picturebox or other method to both resize & rotate image? Thank you very much

来源:https://stackoverflow.com/questions/59191658/c-sharp-how-to-rotate-resize-image-in-same-form

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!