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

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

private static ExecuteCoalesce ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
Результат MagickImage
    private static MagickImage ExecuteCoalesce(MagickImageCollection collection)
    {
      collection.Coalesce();
      return null;
    }
    private static MagickImage ExecuteDeconstruct(MagickImageCollection collection)
MagickScript