Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
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.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 3 Years Ago
Posts: 59,
Visits: 77
|
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
|