I am trying to create a coordinate system with some functions in C #. I have never worked with C #, but I think that it should be similar to other languages.
I am not sure which element is suitable for this (Panel, PictureBox, ....).
Requirements:
- I want to zoom in and out
- move left / right / down / up there
- I get the values ββfrom the microcontroller and want to draw them in real time.
I am using Visual Studio 2012. I do not want to use other dlls / libraries or programs from other people.
thanks
PS: Maybe a simple tutorial will also be great.
source share