Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Implement free function option #171

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

In old application was option which will free function and user can move with graph. This feature is invoked on mouse right button down and then with mouse move. These methods will be invoked in Main.cs because it is not related with coordinate system. It will be temporary value so it won't be saved in list. As first add new checkbox checkBoxFreeFunction it will be checked automatically when user will press right button. It can be reset when requests function redraw by clicking on button or by pressing enter key.

To do: