Is there a way to create a screenshot of the scene in 4K (or 8K) even when the monitor used has a lower resolution than 4K ?
I do not have a high resolution display, but this can be test:
import System
size = System.Drawing.Size(7680, 4320)
img = SpaceClaim.Api.V22.Window.ActiveWindow.CreateBitmap(size)
img.Save(r"D:\ScreenShot.bmp")
@Gwenaël Moysan that's an interesting question!