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

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

private static ExecuteFlatten ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
Результат MagickImage
    private static MagickImage ExecuteFlatten(MagickImageCollection collection)
    {
      return collection.Flatten();
    }
    private static MagickImage ExecuteMerge(MagickImageCollection collection)
MagickScript