Table of Contents

Class ComplexSettings

Namespace
ImageMagick
Assembly
Magick.NET-Q8-AnyCPU.dll

Class that contains setting for the complex operation.

public sealed class ComplexSettings : IComplexSettings
Inheritance
ComplexSettings
Implements
IComplexSettings
Inherited Members

Constructors

ComplexSettings(ComplexOperator)

Initializes a new instance of the ComplexSettings class.

public ComplexSettings(ComplexOperator complexOperator)

Parameters

complexOperator ComplexOperator

The complex operator.

Properties

ComplexOperator

Gets the complex operator.

public ComplexOperator ComplexOperator { get; }

Property Value

ComplexOperator

SignalToNoiseRatio

Gets or sets the signal to noise ratio.

public double? SignalToNoiseRatio { get; set; }

Property Value

double?