Copyright © 2006-2019 MultiMedia Soft

WaveAnalyzerPaintDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the waveform analyzer has completed its graphic rendering, allowing to add custom graphics directly from the container application's code.

 

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]

WaveAnalyzerPaintDone (

ByVal hWnd as Long

)


 

[C++]

void WaveAnalyzerPaintDone (

long hWnd

);


 

 

Parameter

Description

 

 

hWnd

Handle (HWND) to the window of the Waveform Analyzer: through this handle its possible accessing the handle to the device context (HDC) of the Waveform Analyzer using Windows API, for example through the GetDC and ReleaseDC functions.