Is it possible to use mouse wheel to zoom-in/zoom-out to the current mouse coordinates. Default Zoom behavior is to zoom with reference to center. How to override this behavior and zoom to current mouse points?
Hi,
you can easily zoom to the location of the mouse using the following code for example:
view.Zoom(2, view.GetMousePositionInScene());
Best Regards,Nevron Support Team