c# pictureBox1.Image的获得图片路径的三种方法 winform
2021-06-29 10:09
标签:路径 网络图 mfile nbsp ring rom info rtu winform 代码如下:c# pictureBox1.Image的获得图片路径的三种方法 winform 1.绝对路径: 2.相对路径: 3.获得网络图片的路径 this.pictureBox2.Image= Image.FromStream(System.Net.WebRequest.Create(http://www.xyhhxx.com/images/logo/logo.gif).GetResponse().GetResponseStream()); c# pictureBox1.Image的获得图片路径的三种方法 winform 标签:路径 网络图 mfile nbsp ring rom info rtu winform 原文地址:https://www.cnblogs.com/soundcode/p/10015683.html
this.pictureBox2.Image=Image.FromFile("D:\\001.jpg");
Application.StartupPath;
可以得到程序根目录
string picPath=Application.StartupPath+"\\1.gif";
文章标题:c# pictureBox1.Image的获得图片路径的三种方法 winform
文章链接:http://soscw.com/index.php/essay/99330.html