Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BitmapSource 在适用于 Windows 应用商店应用的 .NET API 中没有 Create 方法。我假设不再可能动态创建图像(如果是,为什么?)。或者有谁知道如何在 Windows 应用商店应用程序中以编程方式创建图像?
请参阅http://winrtxamltoolkit.codeplex.com/和成像扩展。
WriteableBitmap 就是答案。它有一个构造函数,它接受 with 和 height 并允许对其进行写入和更新。