Exemplo n.º 1
0
 private static IMagickImage ExecuteReverse(IMagickImageCollection collection)
 {
     collection.Reverse();
     return(null);
 }