Minimal FFT graph size.
enum TFFTGraphSize { FFTGraphMinWidth = 100, FFTGraphMinHeight = 60 };
Parameters |
Description |
FFTGraphMinWidth |
Minimal FFT graph width. |
FFTGraphMinHeight |
Minimal FFT graph height. |
FFT graph has minimal size. If you try to draw FFT graph with size smaller than minimal size, drawing function will fail.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |