Hi Guys,
Would like to implement MouseWheel zooming where the Map zooms in and out relative to the mouse position. I have seen the posts in the 2.0 forum which suggests using ZoomIntoCenter. Tha'ts not what I'm after.
Imagine a map displaying New York harbour with the Statue of Liberty under the mouse somwehere towards the top left of the mapl NOT at the center. Using the MouseWheel the map should zoom in and out with the Statue of Liberty remaining under the mouse.
If you use ZoomIntoCenter(30, e.X,e.Y) the map centres at the position under the mouse and then zooms in/out leaving the Statue of Liberty at the centrre of the map but not under the position of the mouse.
Any thoughts?
John