Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerHorzLineMoveBegin event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of the movement through the mouse of a graphic item of type "horizontal line" inside the waveform analyzer.

 

 

Syntax

 

[Visual Basic]

WaveAnalyzerHorzLineMoveBegin (

ByVal nUniqueID as Integer,

ByVal nStartPosInMs as Long,

ByVal nEndPosInMs as Long

)


 

[C++]

void WaveAnalyzerHorzLineMoveBegin (

short nUniqueID,

long nStartPosInMs,

long nEndPosInMs

);


 

 

Parameters

Description

 

 

nUniqueID

Unique identifier of the horizontal line; this unique identifier matches the unique identifier used when the custom line was created through the GraphicItemHorizontalLineAdd method.

nStartPosInMs

Start position of the horizontal line expressed in milliseconds

nEndPosInMs

End position of the horizontal line expressed in milliseconds