Winfrom PictureBox 设置图片自适应

Posted Jevon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Winfrom PictureBox 设置图片自适应相关的知识,希望对你有一定的参考价值。

 

初始状态

 

 

1  Bitmap bm = new Bitmap(Image.FromStream(System.Net.WebRequest.Create(new Uri(result.Result)).GetResponse().GetResponseStream()), this.wxImg.Width, this.wxImg.Height);
2                         this.wxImg.Image = bm;

 

效果

 

以上是关于Winfrom PictureBox 设置图片自适应的主要内容,如果未能解决你的问题,请参考以下文章

winfrom 循环播放图片

wpf中嵌入winform控件的坑

C#winfrom listview 设置显示图片

怎么设置VB清除按钮,清除PictureBox里的图片

怎么让pictureBox里面的图片自动缩放来符合picturebox的size?

在c#中如何对picturebox设置一个滚动条啊