Copyright © 2008-2013 MultiMedia Soft

WaveformAnalyzer.BitmapViewVerticalLineRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the given line previously added through the WaveformAnalyzer.BitmapViewVerticalLineAdd method.

This method doesn't affect the waveform analyzer user interface but only the rendering of the waveform on a device context so it must not be confused with the WaveformAnalyzer.VerticalLineRemove method whose purpose is to remove a vertical line added to the waveform analyzer user interface.

 

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]

control.WaveformAnalyzer.BitmapViewVerticalLineRemove (

nUniqueId as Integer

) as enumErrorCodes


 

[C++]

short control.WaveformAnalyzer.BitmapViewVerticalLineRemove (

short nUniqueId

);


 

 

Parameter

Description

 

 

nUniqueId

Unique identification number of the line to remove.

 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to get the error code

enumErrorCodes.ERR_NOERROR (0)

The method call was successful