Closed aherrick closed 7 years ago
Unfortunately this appears to be a limitation with the RenderTargetBitmap
and the InkCanvas
. This guy jumped through hoops: https://mtaulty.com/2016/02/16/windows-10-uwp-inkcanvas-and-rendertargetbitmap
You might be able to do something similar with the capture and then draw the signature over it - use GetImageStreamAsync
.
I came up with a decent solution here: https://stackoverflow.com/questions/47226577/xamarin-forms-uwp-capture-screenshot-include-signature-pad
I have a Xamarin Forms page with the Signature Control. I'm attempting to capture a screenshot of the entire view. It should include the signature as well.
However, using the following code I'm noticing the signature does not show up.
What is the best way to capture the full Page including the signature? (not just the signature)