math - create Grid lines like Geogebra in C# -


this first step write program can plotter mathematics functions : need create grid lines coordinate x , y , line zooming in/out , half of line disappear in geogebra graphics when zoom out mouse-wheel ,

i wrote simple code in c# in visual studio cant geogebra :) result

enter image description here

my goal zoom in/out geogebra screenshot

enter image description here

i can't find how can , kind of ?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -