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.
Asked
Active
Viewed 674 times
-1
-
You should state more clearly what you want and what you already tried. – Henrik Apr 12 '12 at 07:16
1 Answers
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