Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个 .NET Winform 组件,其功能类似于 MS Power Point 中的图片框,您可以轻松地从文件中插入图像,并且使用鼠标可以轻松地旋转或调整图像和容器控件的大小。
任何帮助将不胜感激。
这个问题已经被问过很多次了。请参阅如何在 WinForms或旋转图像数学 (C#) 或codeproject中旋转图片。您基本上应该使用PictureBox作为容器控件,因为控件用于此类操作。