如何从C#桌面应用程序的资源文件夹中获取特定图像(作为流)?
在Visual Studio中,我将图像导入\ Resources文件夹,它具有File Name
和Full Path
属性。我想用它的名字。
我的目标是这样做:
System.IO.Stream contentStream = get the image stream from \Resources
System.Net.Mail.LinkedResource logo = new LinkedResource( contentStream);