gpt4 book ai didi

c# - 将图像导入图像框

转载 作者:行者123 更新时间:2023-11-30 21:02:58 25 4
gpt4 key购买 nike

我正在尝试将图像导入到 C# 中的“图像”框中。

我发现在 XAML 中做它只是

source = "file location"

但是当我在 C# 中尝试以下代码时

myimage.source = "image.png"

我的图像是“图像”框的名称,它只返回此错误:

Error: Cannot implicitly convert type 'string' to 'System.Windows.Media.ImageSource'

在网上看时,每个人似乎都只是使用图片框引用,但我无法访问图片框,如果我没有访问并指向程序“myimage”,则会显示实时视频流。所以,我认为需要一个图像框。

最佳答案

picBox.Image = Image.FromFile("image.png");

您可能想创建一个指向实际图像的新 URI

关于c# - 将图像导入图像框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13110422/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com