ImageMagick.MagickScript.MagickScript C# (CSharp) Method

MagickScript() public method

Initializes a new instance of the MagickScript class.
public MagickScript ( XElement xml ) : System
xml XElement The that contains the script.
return System
    public MagickScript(XElement xml)
    {
      Throw.IfNull(nameof(xml), xml);

      Initialize(xml.CreateNavigator());
    }
#endif

Same methods

MagickScript::MagickScript ( IXPathNavigable xml ) : System
MagickScript::MagickScript ( Stream stream ) : System
MagickScript::MagickScript ( string fileName ) : System
MagickScript