Animated "Tween" Panning?


https://www.nevron.com/Forum/Topic12137.aspx
Print Topic | Close Window

By Jason Irby - 7 Years Ago

If I am zoomed in on a large map and I needed to programatically pan to a location across the map, is there a built in functionality to animate that panning smoothly?  Like  a "Tween" method where you give it a destination point and a time value for the transition speed?

I just wanted to check before trying to write my own.

Thanks in advance,
Jason
By Nevron Support - 7 Years Ago
Hi,

Animated zooming and panning is not currently available in Nevron Diagram for .NET. You will have to implement it yourself, for example by using a timer and modifying the desired properties of the drawing view in the Tick event of the timer.