ImageMagick.MagickScript.ExecuteAppendHorizontally C# (CSharp) Метод

ExecuteAppendHorizontally() приватный статический Метод

private static ExecuteAppendHorizontally ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
Результат MagickImage
    private static MagickImage ExecuteAppendHorizontally(MagickImageCollection collection)
    {
      return collection.AppendHorizontally();
    }
    private static MagickImage ExecuteAppendVertically(MagickImageCollection collection)
MagickScript