ImageMagick.MagickScript.ExecuteCoalesce C# (CSharp) Method

ExecuteCoalesce() private static method

private static ExecuteCoalesce ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
return MagickImage
    private static MagickImage ExecuteCoalesce(MagickImageCollection collection)
    {
      collection.Coalesce();
      return null;
    }
    private static MagickImage ExecuteDeconstruct(MagickImageCollection collection)
MagickScript