Results 1 to 2 of 2

Thread: Scrollable graphics area

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    Southampton UK
    Posts
    5

    Scrollable graphics area

    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.

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    You could BitBlt a small area out of a large one, with Width & Height being set and using the X & Y of the scrollers.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width