Hi.
I'm trying to take a screenshot of a specific sprite (named chart_1 and with measurements 374x490) and make the saved image have all of the sprite content regardless of the size of the device where the screenshot is taken.
I use this way to take the screenshot:
The layout has measurements of 960x540 and the sprite is in the center
When clicking on the preview button of construct 3, and taking the screenshot, the image that is stored is the following:
here the screen that is executed has a size of 960x540 capturing all the content of the sprite:
The problem is that if the device with which the screenshot is taken is of a size other than 960x540 (such as a mobile) the screenshot that is saved does not have all the content of the sprite
with which, the content of the sprite does not appear complete (although the size of the screenshot is 374x490 in both cases)
I hope I have explained it clearly and you can help me