Copyright © 2013-2017 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.

 

 

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.