<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>
重新想象 Windows 8.1 Store Apps (84) - 圖像處理的新特性, Share Contract 的新特性
介紹
重新想象 Windows 8.1 Store Apps 之圖像處理的新特性, Share Contract 的新特性
圖像處理的新特性 - 通過 RenderTargetBitmap 對 xaml 截圖,以及儲存圖檔
Share Contract 的新特性 - 增加 WebLink, ApplicationLink, 去掉了 Uri, “共享目标”可以自己 dismiss
示例
1、示範圖像處理的新特性
RenderTargetBitmapDemo.xaml
RenderTargetBitmapDemo.xaml.cs
2、示範 Share Contract 的新特性
共享源:
ShareSource.xaml
ShareSource.xaml.cs
共享目标:
ShareTarget.xaml
ShareTarget.xaml.cs
OK