screen capture

Monkey Forums/Monkey Programming/screen capture

pyongpyong(Posted 2013) [#1]
Hello!!!!!

Question:

I would like to save the screen image to a variable.

-------------------------
Field screenshot:Image
.
.
.
screenshot = GrabScreen(0, 0, 640, 480) <--???(like a GrabImage)
---------------------------

What should I do?


therevills(Posted 2013) [#2]
ReadPixel?


pyongpyong(Posted 2013) [#3]
therevills:

thank you:)
I'm an idiot...