/** * Reset crop window to initial rectangle. */ public void ResetCropRect() { _cropImageView.ResetCropRect(); }
/** * Reset crop window to initial rectangle. */ public void resetCropRect() { mCropImageView.ResetCropRect(); }