Esempio n. 1
0
 private static IMagickImage ExecuteTrimBounds(IMagickImageCollection collection)
 {
     collection.TrimBounds();
     return(null);
 }