I'm trying to make a coordinate system with some features in C#. I never worked with C# but think it should be similar to other languages.
I'm not sure which element is suitable for that (Panel,PictureBox,....).
The requirements are:
- I want zoom in and out
- move the left/right/down/up there
- I get values from a microcontroller and want paint them in real time
I'm using Visual Studio 2012. I dont want use other dll/libraries or programms from other people.
Thx
PS:Maybe a simple tutorial would be also great.