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.
我正在使用 win2D 进行图像效果,因为当我们使用 Windows 应用程序时内存不断增加并导致崩溃。
参考:http ://www.nuget.org/packages/Win2D
请让我知道如何处理内存泄漏。
如果要绘制到渲染目标,请确保不要在每一帧都重新创建它。只需在CreateResources事件中创建您的CanvasRenderTarget,并将其存储以供重复使用。