|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function VerticalLineAdd (
nUniqueId as Int16,
nPosition as Int32,
color as Color,
nMode as enumWaveformLineModes,
nWidth as Int16
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes VerticalLineAdd (
Int16 nUniqueId,
Int32 nPosition,
Color color,
enumWaveformLineModes nMode,
Int16 nWidth
);
|
|
[C++]
public: enumErrorCodes VerticalLineAdd (
Int16 nUniqueId,
Int32 nPosition,
Color color,
enumWaveformLineModes nMode,
Int16 nWidth
);
|
|
Parameter
|
Description
| ||||||||||||
|
|
| ||||||||||||
|
nUniqueId
|
Unique identification number assigned to this new line.
| ||||||||||||
|
nPosition
|
Initial position expressed in milliseconds
| ||||||||||||
|
color
|
Color of the line
| ||||||||||||
|
nMode
|
Line mode used for rendering the line.
Supported values are the following:
| ||||||||||||
|
nWidth
|
Width, expressed in pixels, of the line
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|