正文Winfrom PictureBox 设置图片自适应IP云V管理员/2022-11-30/5 阅读 11/30提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 初始状态 Bitmap bm = new Bitmap(Image.FromStream(System.Net.WebRequest.Create(new Uri(result.Result)).GetResponse().GetResponseStream()), this.wxImg.Width, this.wxImg.Height); this.wxImg.Image = bm; 效果