You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
We would like to transform a XAML view to a .png or .jpg file.
The issue that we are facing is that, using RenderTargetBitmap we are limited of a max size of 4096px x 4096px, when we need to export a ScrollView of size 10000px x 6000px, like reported here.