Thread: Redraw map
View Single Post

  #2 (permalink)  
Old 01-22-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Hi,

Yes, just move the map a little so that is is invisible that it is moved:

Code:
    double amount = .001;
    mp.ActiveMap.Pan(GeoPanCmd.geoNorth, amount);
Reply With Quote