does CopyRect reset origin?

Blitz3D Forums/Blitz3D Beginners Area/does CopyRect reset origin?

keyboard(Posted 2003) [#1]
does a call to CopyRect, like so:

CopyRect 0,0,20,20,0,0,ImageBuffer(Pic),BackBuffer()


reset the origin, by resetting the buffer or something?


semar(Posted 2003) [#2]
As far as I know, it does not reset the origin.


keyboard(Posted 2003) [#3]
must be something else I'm doing, thanks semar