码迷,mamicode.com
首页 > Windows程序 > 详细

Winfrom PictureBox 设置图片自适应

时间:2017-05-12 15:39:35      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:color   inf   images   oms   ima   idt   logs   blog   bit   

 

初始状态

技术分享

 

 

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 设置图片自适应

标签:color   inf   images   oms   ima   idt   logs   blog   bit   

原文地址:http://www.cnblogs.com/DataBase-123/p/6845632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!