-1

I've never done this before. I don't know which control or what class I can use to solve it, can you give me some advice? I am using C#, and my platform is visual studio 2010.

Jon Lin
  • 142,182
  • 29
  • 220
  • 220

1 Answers1

0

Years ago for 2D CAD like program I used piccolo2d with a great success. It's a good writtent 2D library, completely written in C#. We should by the way a customize it a little bit for our own needs in order to run it faster in our specific contest, but I repeat I got a very good feeling form it.

Good luck.

Tigran
  • 61,654
  • 8
  • 86
  • 123
  • thank you for your answer,I just use GDI+ draw the icon and the line between,and put this code in timer control ,and set the interval – user1328371 Apr 25 '12 at 08:40