How to effectively draw maps on .NET Compact framework.

Posted by Vimvq1987 on Stack Overflow See other posts from Stack Overflow or by Vimvq1987
Published on 2010-06-01T02:32:10Z Indexed on 2010/06/01 2:43 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

I'm writing a navigator program for a GPS device running .NET Compact framework. This program constantly loads and draws maps (from .PNG files), based on coordinate of the GPS. I want it to do this smoothly. Is there any tips/techniques to do this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET