public Shredder(shredsimForm Form) { isChecked = Form.getCheckBox(); input = new Bitmap(Form.getImageLocation()); vertSlice = Form.getVertSlice(); horSlice = Form.getHorSlice(); maxDimension = Math.Max(input.Width, input.Height); folderDest = Form.getFolderDest(); }