Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/list/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Silverlight 将inkpresenter保存为png_Silverlight_Png_Isolatedstorage - Fatal编程技术网

Silverlight 将inkpresenter保存为png

Silverlight 将inkpresenter保存为png,silverlight,png,isolatedstorage,Silverlight,Png,Isolatedstorage,是否可以将inkpresenter的内容保存为.png图像?如果没有inkpresenter的替代方案,是否可以在其上绘制和保存?您应该能够通过两个步骤将inkpresenter转换为png: 将inkpresenter渲染为WriteableBitmap(请参见) 使用将WriteableBitmap转换为png 您应该能够通过两个步骤将inkpresenter转换为png: 将inkpresenter渲染为WriteableBitmap(请参见) 使用将WriteableBitmap转换为p

是否可以将inkpresenter的内容保存为.png图像?如果没有inkpresenter的替代方案,是否可以在其上绘制和保存?

您应该能够通过两个步骤将inkpresenter转换为png:

  • 将inkpresenter渲染为WriteableBitmap(请参见)
  • 使用将WriteableBitmap转换为png

  • 您应该能够通过两个步骤将inkpresenter转换为png:

  • 将inkpresenter渲染为WriteableBitmap(请参见)
  • 使用将WriteableBitmap转换为png