Copyright © 2005-2019 MultiMedia Soft

Oscilloscope.LineWidth property

Previous pageReturn to chapter overviewNext page

Remarks

 

Determines the width in pixels of the Oscilloscope line.

adjstudnet_i000041

 

Syntax

 

[Visual Basic]

Public Function get_LineWidth (

nPlayerIndex as Int16

) as Int16

 

Public Sub set_LineWidth (

nPlayerIndex as Int16,

nLineWidth as Int16

)


 

[C#]

public Int16 get_LineWidth (

Int16 nPlayerIndex

);

 

public void set_LineWidth (

Int16 nPlayerIndex,

Int16 nLineWidth

);


 

[C++]

public: Int16 get_LineWidth (

Int16 nPlayerIndex

);

 

public: void set_LineWidth (

Int16 nPlayerIndex,

Int16 nLineWidth

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the Spectrum

nLineWidth

The new width to apply

 

 

See also

 

Oscilloscope class.

DisplayOscilloscope property

How to use the embedded Visual Feedbacks section.