Capability of C#

  • Thread starter Thread starter Yuelin
  • Start date Start date
Y

Yuelin

Hi

I need to do some programming on geographical maps, e.g. highlight a certain
section of a road, moving an object along the road, etc.

Is C# capable of doing these with GDI+?

Thanks

Yuelin
 
This really has nothing directly to do with C#. You can write the code
in C# but the algorithms to zoom, move etc need to be implemented by
you. You can take a look at DirectX(.net?) and see if it will be
helpful.

You may want to look at unmanged world (probably dont have to) if
performance/graphics becomes an issue.
 
Yes, C# is capable of doing that kind of stuff. The question is: Are you
able to do that?
 
Back
Top