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