Open NickAb opened 9 years ago
We can take element screenshot using RenderTargetBitmap http://social.technet.microsoft.com/wiki/contents/articles/20648.using-the-rendertargetbitmap-in-windows-store-apps-with-xaml-and-c.aspx
We can also replace takeScreenshot impl (using emulator controller) with RenderTargetBitmap one, as it should work both for emulators and devices.
We can take element screenshot using RenderTargetBitmap http://social.technet.microsoft.com/wiki/contents/articles/20648.using-the-rendertargetbitmap-in-windows-store-apps-with-xaml-and-c.aspx
We can also replace takeScreenshot impl (using emulator controller) with RenderTargetBitmap one, as it should work both for emulators and devices.