我正在尝试将图像导入 c# 中的“图像”框。
我发现在 XAML 中做它只是
source = "file location"
但是当我在 C# 中尝试以下代码时
myimage.source = "image.png"
我的图像是“图像”框的名称,它只返回此错误:
Error: Cannot implicitly convert type 'string' to 'System.Windows.Media.ImageSource'
在网上查看时,每个人似乎都只是使用图片框引用,但我无法访问图片框,如果我没有,并且指向程序“myimage”正在显示实时视频流。所以,我认为需要一个图像框。