ImageMagick.MagickScript.ExecuteAppendHorizontally C# (CSharp) Method

ExecuteAppendHorizontally() private static method

private static ExecuteAppendHorizontally ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
return MagickImage
    private static MagickImage ExecuteAppendHorizontally(MagickImageCollection collection)
    {
      return collection.AppendHorizontally();
    }
    private static MagickImage ExecuteAppendVertically(MagickImageCollection collection)
MagickScript