Example #1
0
 public System.Windows.Media.Imaging.BitmapSource DoEffect(System.Windows.Media.Imaging.BitmapSource img, int?def)
 {
     return(img.UseEffect(new NegativeEffect()));
 }