Remarks
Determines the type of drawing used to render the Oscilloscope line.
Syntax
[Visual Basic]
Public Function get_Type (
nPlayerIndex as Int16
) as enumOscillType
Public Sub set_Type (
nPlayerIndex as Int16,
nType as enumOscillType
)
|
|
Parameter
|
Description
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the player that will use the Spectrum
|
nType
|
The type of line drawing.
Supported values are the following:
Mnemonic constant
|
Value
|
Meaning
|
OSCILL_TYPE_LINES (default)
|
0
|
The oscilloscope line is rendered through contiguous lines
|
OSCILL_TYPE_DOTS
|
1
|
The oscilloscope line is rendered through dots
|
|
See also
Oscilloscope class.
DisplayOscilloscope property
How to use the embedded Visual Feedbacks section.
|