Пример #1
0
 /**
  * Reset crop window to initial rectangle.
  */
 public void ResetCropRect()
 {
     _cropImageView.ResetCropRect();
 }
Пример #2
0
 /**
  * Reset crop window to initial rectangle.
  */
 public void resetCropRect()
 {
     mCropImageView.ResetCropRect();
 }