Example #1
0
 public void returnScaleImg()
 {
     if (_ScaleControl == null)
     {
         return;
     }
     _ScaleControl.drowToScale(_returnScale, _drowTime);
 }