Exemplo n.º 1
0
 private void button24_Click(object sender, EventArgs e)
 {
     try
     {
         InsertarCambio("Sharpen");
         anterior          = MethodImagenFilter.CopyBitmap(actual);
         actual            = MethodImagenFilter.Sharpen(actual);
         pictureBox1.Image = actual;
     }
     catch (Exception ex)
     {
         MessageBox.Show($"Erro: {ex.Message}");
     }
 }