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: 23.1.416.0 (23.1.416.0)
Syntaxpublic double Divisor { get; set; }
Public Property Divisor As Double
Get
Set
public:
property double Divisor {
double get ();
void set (double value);
}
member Divisor : float with get, set
Property Value
Type:
Double
ExceptionsException | Condition |
---|
ArgumentException |
The magnitude of the divisor cannot be less than 1E-12.
|
See Also