Windows 8 Metro App - Render PNGs

前端 未结 2 1704
眼角桃花
眼角桃花 2021-01-20 21:52

I am needing to render some custom PNGs in a Windows 8 app.

Basically I need to create a custom live tile by putting some drawings made in my app on top of an image

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-20 22:35

    Currently the only option is to use DirectX (or SharpDX) to create your image. You'll probably have to recreate the drawing using the low-level DirectX APIs. WritableBitmapEx might also be helpful if your drawings are simple.

提交回复
热议问题