WaveAnalyzerDisplayWidthChange event |
|
Remarks
Occurs when the waveform analyzer's display has been resized horizontally.
Syntax
[Visual Basic] WaveAnalyzerDisplayWidthChange ( ByVal nWidthInMs as Long, ByVal nWidthInPixels as Long ) |
[C++] void WWaveAnalyzerDisplayWidthChange ( long nWidthInMs, long nWidthInPixels ); |
Parameter |
Description |
|
|
nWidthInMs |
Width of the display surface, expressed in milliseconds |
nWidthInPixels |
Width of the display surface, expressed in pixels |