Morning,
I need make app in C# which can show map of area about 10sq miles. But map must be in bigger scale and I need to find some way how to scroll it.
First I try very primitive way - load map in pictureBox and move whole component. But with big image (gif, about 10-20 MB) it flashes while moving (redrawing) the map.
So I tried to - first clone, then draw - image in "static" pictureBox. It was good, but it gradually consumed RAM and then made out of memory error. I
Can you give me a tip what can I try? Thank you very much... (and excuse my english O:))
M.
I need make app in C# which can show map of area about 10sq miles. But map must be in bigger scale and I need to find some way how to scroll it.
First I try very primitive way - load map in pictureBox and move whole component. But with big image (gif, about 10-20 MB) it flashes while moving (redrawing) the map.
So I tried to - first clone, then draw - image in "static" pictureBox. It was good, but it gradually consumed RAM and then made out of memory error. I
Can you give me a tip what can I try? Thank you very much... (and excuse my english O:))
M.
Comment