Hi,
How can I know when the ZoomBox View is scrolled.
I need it because I need to redraw the objects that are current visible. I need to redraw in order to maintain the line width of the shapes fixed.
Because the zooming scales all the shapes inside the DrawingCanvas that I am using.
Currently I use the Viewport rectangle to know if an object is visible or not when the scale is changed.
I need to refresh the other shapes if the Zoombox is scrolled.
Thanks a lot
Mary