GrabImage

BlitzPlus Forums/BlitzPlus Programming/GrabImage

robot(Posted 2006) [#1]
Hi every one, I was woking on a program and came across this funciton. I read about it in the B+ docs, but I was wondering that does this function only grab and stick into the image what was on the screen at the time it was called, or does it keep drawing on it until you call a certain function.

Plz help
***********************************************
"Bring out Your Dead"-Monty pithons searc for the holy grale


Pineapple(Posted 2006) [#2]
I think the docs say it all, and it's well explained!?! oO

Dabz


Grey Alien(Posted 2006) [#3]
it only grabs the once. It also grabs from whatever is the current buffer set like SetBuffer ImageBuffer(MyImage) or SetBuffer BackBuffer()