Ejemplo n.º 1
0
 /// <summary>
 /// Zooms the specified map element in by 10%
 /// </summary>
 public void ZoomInMap(LayoutMap lm)
 {
     lm.ZoomInMap();
 }