예제 #1
0
 private static IMagickImage ExecuteAppendVertically(IMagickImageCollection collection)
 {
     return(collection.AppendVertically());
 }