Copyright © 2006-2019 MultiMedia Soft

WaveAnalyzerDisplayWidthChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the analyzer's display has been resized horizontally, usually after a call to the WaveformAnalyzer.Move method.

 

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer object section.

 

 

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