我正在创建一个Windows phone8.1 (Windows Runtime)应用程序,并且需要使用System.Windows.Media.Imaging命名空间(更准确地说是BitmapDecoder类)中的一些类,但Visual Studio2013显示“类型或命名空间'System.Windows‘中不存在'Media’(您是否缺少程序集引用?)”。
有什么建议吗?
发布于 2015-01-05 09:09:37
你试过Windows.Graphics.Imaging.BitmapDecoder吗?您没有确切地提到您需要BitmapDecoder的哪些功能,所以很难说它是否适用于您。
https://stackoverflow.com/questions/27771104
复制相似问题