Exemplo n.º 1
0
 public void RedimensionarTamMedio(Foto foto)
 {
     Console.WriteLine("FotoFiltro > RedimensionarTamMedio: " + foto.Nome);
 }
Exemplo n.º 2
0
 public void GerarThumb(Foto foto)
 {
     Console.WriteLine("FotoFiltro > GerarThumb: " + foto.Nome);
 }
Exemplo n.º 3
0
 public void PretoBranco(Foto foto)
 {
     Console.WriteLine("FotoFiltro > PretoBranco: " + foto.Nome);
 }
Exemplo n.º 4
0
 public void Colorir(Foto foto)
 {
     Console.WriteLine("FotoFiltro > Colorir: " + foto.Nome);
 }