ImageMagick.MagickScript.ExecuteAppendHorizontally C# (CSharp) Méthode

ExecuteAppendHorizontally() private static méthode

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