显示本地图片

pictureBox1.Image=Image.FormFile(@"图片路径");

显示网络图片

pictureBox1.ImageLocation = @"图片网址";

相关文章: