ImageMagick.MagickScript.ExecuteDeconstruct C# (CSharp) Method

ExecuteDeconstruct() private static method

private static ExecuteDeconstruct ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
return MagickImage
    private static MagickImage ExecuteDeconstruct(MagickImageCollection collection)
    {
      collection.Deconstruct();
      return null;
    }
    private MagickImage ExecuteMap(XmlElement element, MagickImageCollection collection)
MagickScript