我可以在ASP.NET MVC应用程序中使用“System.Windows.Media”吗?
因为我需要用这个来绘制图像。
有没有可能,或者我们只需要对Web应用程序使用System.Drawing?
发布于 2009-12-16 13:04:46
是的,您只需要添加一个对PresentationCore程序集的引用。
PresentationCore
https://stackoverflow.com/questions/1912402
相似问题