Remarks
Determines the width in pixels of the Oscilloscope line.
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.
|