I would like to render a Xamarin Forms XAML page as an image, when running inside my app.
Is this possible?
I am aware that I can use native platform APIs to capture the screen, however I want to capture all information, including any information outside of the bottom boundary of the screen.
To clarify on the comments...
I'm not after a screenshot. I need to be able to save the contents of the view/page (including where the user would need to scroll) into an image.