gpt4 book ai didi

c# - 如何在 .NET 中获取 Properties.Resources.Image 的路径

转载 作者:太空狗 更新时间:2023-10-29 18:29:27 26 4
gpt4 key购买 nike

我在这篇文章后附上了一张图片作为资源: How to create and use resources in .NET

我正在使用 PDFSharp 库创建 PDF。绘制图像的方法,需要图像的路径。如何获取 Properties.Resources.Image 的路径?

或者还有其他方法吗?

最佳答案

Properties.Resources.Image 是内存资源。

您可以将图像保存到临时文件并获取路径。

var path = Path.GetTempPath();
Properties.Resources.logo.Save(path);

以上使用Bitmap.Save

关于c# - 如何在 .NET 中获取 Properties.Resources.Image 的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14265492/

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