private void ExitCutImage(bool hideWindow) // = true { this.lbl_CutImage.Visible = false; this.isCuting = false; if (hideWindow) { this.screenImage.Dispose(); this.Hide(); } }