saving canvas as image in metro style app with C#/XAML

后端 未结 4 951
半阙折子戏
半阙折子戏 2020-12-20 01:55

I am developing a paint like application in metro style with C#/XAML. I want to save whatever content is drawn on canvas as image. I have checked this solutions but it didn\

4条回答
  •  庸人自扰
    2020-12-20 02:35

    One workaround is to use Direct2D with DirectWrite. It is a bit involved, but I might make a library available at some point.

提交回复
热议问题