PDA

Click to See Complete Forum and Search --> : Scrollable graphics area


g6hnj
Jul 9th, 2001, 02:35 PM
I have written a navigation program that uses vector based maps. At the present time when the map is "scrolled" I replot the map on an image box with the new co-ordinates. This of course takes time to re-plot each time. I have seen programs that plot the entire area into a virtual "view" in one hit and then move around the view. On the Amiga it was viewports or similar. Can anyone enlighten me as to how this can be done with VB?

Ian.

Sastraxi
Jul 9th, 2001, 04:30 PM
You could BitBlt a small area out of a large one, with Width & Height being set and using the X & Y of the scrollers.