When drawing MANY items on a Canvas, I would like to keep the plotted lines and objects that are moving.
The canvas should contain a "World View" having 9000 x 9000. The targets move per speed and course vector every second and encompass the entire World (9000 x 9000).
i would like to only show the "View port" or a window about 100 x 100. as i move the "Window/View Port", it shows the objects.
To clarify, the "World" dimensions are beyond the view and the window only displays the current or previous plotted targets.
Moreover, i have tried to scale the canvas, but rely on redrawing everything using 100dip/100 as i read in this forum.
any chance of a function/method to accomplish this scaling and window?
see attached example
Keep up the outstanding work!
Doyle
The canvas should contain a "World View" having 9000 x 9000. The targets move per speed and course vector every second and encompass the entire World (9000 x 9000).
i would like to only show the "View port" or a window about 100 x 100. as i move the "Window/View Port", it shows the objects.
To clarify, the "World" dimensions are beyond the view and the window only displays the current or previous plotted targets.
Moreover, i have tried to scale the canvas, but rely on redrawing everything using 100dip/100 as i read in this forum.
any chance of a function/method to accomplish this scaling and window?
see attached example
Keep up the outstanding work!
Doyle