Exemple #1
0
 public void FitToView()
 {
     if (areaControl != null)
     {
         areaControl.FitToView();
     }
 }