Kanzi dynamically replaces pictures without increasing memory solution

If a Texture is created for each new image, kanzi memory will increase. If you want not to increase the memory, you need to directly replace its content (BitmapImage) based on the original Texture.

Insert image description here

Guess you like

Origin blog.csdn.net/chen_227/article/details/133266560