ImageMagick.MorphologySettings.MorphologySettings C# (CSharp) Method

MorphologySettings() public method

Initializes a new instance of the MorphologySettings class.
public MorphologySettings ( )
    public MorphologySettings()
    {
      Channels = Channels.Composite;
      Iterations = 1;
      KernelArguments = string.Empty;
    }
MorphologySettings