Hi all,
I'm making an application that allows the user to draw using backdrops across the canvas. The canvas is larger than the screen resolution, so the user can use scrolling to go around. I want to be able to capture the complete canvas as an image. I tried the Screen Capture Object, but this only saves the visible screen. So my question is: is there a way to save the complete canvas (or in any case where the user has drawn, also outside the visible screen) to a .png image?
Thanks a lot in advance for any help!
Best, Hugo