Ejemplo n.º 1
0
 private static IMagickImage ExecuteDeconstruct(IMagickImageCollection collection)
 {
     collection.Deconstruct();
     return(null);
 }