Take a 4K screenshot in SpaceClaim with a lower resolution monitor
Gwenaël Moysan
Member, Employee Posts: 9
✭✭✭
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 ?
Tagged:
4
Best Answer
-
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")
7
Answers
-
@Gwenaël Moysan that's an interesting question!
4