C#如何获取pictureBox控件中图像的路径

2024-11-26 02:52:00
推荐回答(3个)
回答1:

ImageLocation是用来设置或者获取picturebox中要显示的图片路径的,当你用image.fromfile读入文件的之后,这个读入的image对象就跟图片路径之间没有任何关系了,你用imagelocation当然也是得不到值的,当然,如果你用的是picbox1.Load ("xxx.jpg")这种来载入图片的话,用imagelocation是可以得到图片路径的。

回答2:

你不如 Image image=Image.FromFile("路径"); 再调用 image

回答3:

image.from.file(" ")