Copyright © 2006-2011 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 generating a waveform bitmap of the recorded sound and 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 class section.

 

 

Syntax

 

[Visual Basic]

Public Function BitmapViewVerticalLineRemove (

nUniqueId as Int16

) as enumErrorCodes


 

[C#]

public enumErrorCodes BitmapViewVerticalLineRemove (

Int16 nUniqueId

);


 

[C++]

public: enumErrorCodes BitmapViewVerticalLineRemove (

Int16 nUniqueId

);


 

 

Parameter

Description

 

 

nUniqueId

Unique identification number of the line to remove.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.