image buffer help!

Blitz3D Forums/Blitz3D Beginners Area/image buffer help!

blade007(Posted 2007) [#1]
can someone show me how to draw to the imagebuffer?


JBR(Posted 2007) [#2]
image% = createimage(...)

setbuffer imagebuffer( image% )

plot x,y

setbuffer backbuffer()


tonyg(Posted 2007) [#3]
and this is the example in the manual.