Flickerfree scrolling of a very large bitmap

  • Thread starter Thread starter Jens Thiel
  • Start date Start date
J

Jens Thiel

hello,



I have to scroll a very large bitmaps. therefore I have already divided the
large bitmap into a lot of files (grid). no im looking for a flickerfree
fast technique to scroll the bitmap on the pocket pc. something like "only
to load the files that are currently shown on display into memory" but I
have no idea how to.



thanx
 
I belive OpenNetCF.org has a animated image/bitmap control. That might work
depending on what exactly you are doing.

If not you can do it your self, using a timer and offline bit-blitting.
Build the new image in the back ground, offsetting the image alittle and then
show that image, and do it again.
 
Back
Top