Exemplo n.º 1
0
 public Bitmap Blur(string key, Bitmap bitmap, Color color)
 {
     return(imageBlurer.Blur(key, bitmap, color));
 }