From: | Adrien HEMERY |
Date: | 21 Dec 99 at 18:43:40 |
Subject: | SUPERBITMAP window |
From: Adrien HEMERY <iliak_@club-internet.fr>
hi
i open a superbitmap window and i give a pointer to a bitmap (opened with
InitBitMap()). The screen is a 640x480 one. So the window's bitmap is
640x960 (480x2) as i want to do double buffer. All is ok.
But i want to swap of position between (0,0) and (0,480) to simulate the
double buffer. My question is HOW ????
How can i move inside the bitmap ?
I heard about ScrollVPort(), but i dont ee why.....
regards