开发者

Saving inkpresenter as png

开发者 https://www.devze.com 2023-01-21 12:11 出处:网络
Is it possible 开发者_如何学JAVAto save an inkpresenter\'s content as a .png image?If not is there an alternative to inkpresenter that can be drawn on, and saved?You should be able to convert inkprese

Is it possible 开发者_如何学JAVAto save an inkpresenter's content as a .png image? If not is there an alternative to inkpresenter that can be drawn on, and saved?


You should be able to convert inkpresenter to png in two steps:

  1. Render inkpresenter into WriteableBitmap (see WriteableBitmap.Render Method)
  2. Convert WriteableBitmap to png using ImageTools
0

精彩评论

暂无评论...
验证码 换一张
取 消