保持图像的长宽比?
我正在使用 pictureBox 来显示从服务器接收到的图像,但我的问题是紧凑框架中的图片框只有三种大小模式
StretchImage、Normal、CenterImage
我得到的图片通常尺寸较大,所以我必须使用 StrecthImage 模式。但随后纵横比保持不变,因此显示的图像会变形。
那么他们无论如何都能摆脱这个问题吗?
I am using pictureBox to show images which are received from server but my problem is that picture box in compact framework has only three Size Modes
StretchImage, Normal, CenterImage
the pictures i am getting are generally bigger in size so i have to use StrecthImage mode. But then the aspect ratio is maintained so the images shown become distorted.
So is their anyway to come out of this problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我找到了我的问题的答案,在这里-----
但在执行此操作之前,请将图片框大小模式保持为stretchImage
finally i found answer for my question which is here-----
but before doing this keep the picture box size mode as stretchImage