Getting pixmap of whole screen

BlitzMax Forums/BlitzMax Programming/Getting pixmap of whole screen

Th3MafiaMan(Posted 2012) [#1]
I am looking for function to get pixmap of whole screen. I've seen it a lot time ago on BlitzMax forums, I tried to find it again but I found nothing.

Thanks.


matibee(Posted 2012) [#2]
GrabPixmap( x, y , width, height )

In your case x and y will be zero, width and height are the screen sizes.


Th3MafiaMan(Posted 2012) [#3]
Dude, I am talking about entire system screen not just BlitzMax graphics.

Last edited 2012


matibee(Posted 2012) [#4]
I'm sorry "Dude" my mind reading skills failed me. Let's just pretend I never said anything.


Jesse(Posted 2012) [#5]
LOL!

http://www.chaos-interactive.de/en/desktopextension/


Th3MafiaMan(Posted 2012) [#6]
Thank you.