VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FrequencySpectrumVisualizerCommand Class / SpectrumProcessing Property
Syntax Requirements SeeAlso
In This Topic
    SpectrumProcessing Property (FrequencySpectrumVisualizerCommand)
    In This Topic
    Gets or sets a command, which is used for spectrum processing.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property SpectrumProcessing As FastFourierTransformCommand
    
    
    [Browsable(False)]
    public FastFourierTransformCommand SpectrumProcessing { get; set; }
    
    
    [Browsable(False)]
    public: __property FastFourierTransformCommand* get_SpectrumProcessing();
    public: __property void set_SpectrumProcessing(
    FastFourierTransformCommand* value
    );
    [Browsable(False)]
    public:
    property FastFourierTransformCommand^ SpectrumProcessing { FastFourierTransformCommand^ get(); void set(FastFourierTransformCommand^ value); }
    Requirements

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

    See Also