在 C# 中以编程方式调整图像大小
可能的重复:
调整图像大小 C#
如何在 C# 中以编程方式调整图像大小以使其适合winforms控件?
Possible Duplicate:
Resize an Image C#
How can I programmatically resize an image in C# so that it'll fit in a winforms control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
放置并居中 ImageBox:
Sacle and center an ImageBox:
将图像缩放到 PictureBox:
以及如何使用它:
Scaling an image into a PictureBox:
And how to use it: