Click or drag to resize

ConvolutionFilterDivisor Property

Gets or sets the divisor for the result of the convolution kernel operation.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double Divisor { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentException The magnitude of the divisor cannot be less than 1E-12.
See Also