private void button4_Click(object sender, EventArgs e) { imageBox2.Image = log.Shearing(sourceImage, Convert.ToDouble(textBox2.Text)); }