Allows adjusting the starting frequency of the FFT render without affecting the FFTMin and FFTMax properties

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public int FFTXZoomWindowPos { get; set; }
Visual Basic
Public Property FFTXZoomWindowPos As Integer
	Get
	Set
Visual C++
public:
property int FFTXZoomWindowPos {
	int get ();
	void set (int value);
}

See Also