WaveAnalyzerPaintDone event |
|
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. |