Copyright © 2005-2019 MultiMedia Soft

Oscilloscope.Type property

Previous pageReturn to chapter overviewNext page

Remarks

 

Determines the type of drawing used to render the Oscilloscope line.

adjstudnet_i000041

 

Syntax

 

[Visual Basic]

Public Function get_Type (

nPlayerIndex as Int16

) as enumOscillType

 

Public Sub set_Type (

nPlayerIndex as Int16,

nType as enumOscillType

)


 

[C#]

public enumOscillType get_Type (

Int16 nPlayerIndex

);

 

public void set_Type (

Int16 nPlayerIndex,

enumOscillType nType

);


 

[C++]

public: enumOscillType get_Type (

Int16 nPlayerIndex

);

 

public: void set_Type (

Int16 nPlayerIndex,

enumOscillType nType

);


 

 

 

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.