VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft.Filtering.Lowpass Namespace / LowpassCommand Class / CutoffFrequency Property
Syntax Exceptions Requirements SeeAlso
In This Topic
CutoffFrequency Property (LowpassCommand)
In This Topic
Gets or sets the cutoff frequency of lowpass filter.
Syntax
'Declaration

<DescriptionAttribute("The cutoff frequency of lowpass filter.")>
<DefaultValueAttribute(0,14)>
Public Property CutoffFrequency As Double

[Description("The cutoff frequency of lowpass filter.")]
[DefaultValue(0,14)]
public double CutoffFrequency { get; set; }

Property Value

Default value is 0.14.
Exceptions
ExceptionDescription
Thrown if value is less or equal to zero.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also