How to get screenshot of full screen window including secondary monitor in MAUI (iOS and Windows).
Already MAUI has Screenshot.
Screenshot.Default.CaptureAsync();
But it just capture the app only. I need full screen image.
How to get screenshot of full screen window including secondary monitor in MAUI (iOS and Windows).
Already MAUI has Screenshot.
Screenshot.Default.CaptureAsync();
But it just capture the app only. I need full screen image.