Copyright © 2005-2019 MultiMedia Soft

Spectrum.BandsWidth property

Previous pageReturn to chapter overviewNext page

Remarks

 

Gets/sets the width in pixel of each single band composing the Spectrum visual feedback.

adjstudnet_i00003c

adjstudnet_i00003b

Syntax

 

[Visual Basic]

Public Function get_BandsWidth (

nPlayerIndex as Int16

) as Int16

 

Public Sub set_BandsWidth (

nPlayerIndex as Int16,

nBandsWidth as Int16

)


 

[C#]

public Int16 get_BandsWidth (

Int16 nPlayerIndex

);

 

public void set_BandsWidth (

Int16 nPlayerIndex,

Int16 nBandsWidth

);


 

[C++]

public: Int16 get_BandsWidth (

Int16 nPlayerIndex

);

 

public: void set_BandsWidth (

Int16 nPlayerIndex,

Int16 nBandsWidth

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

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

nBandsWidth

The new width expressed in pixels

 

 

See also

 

Spectrum class.

DisplaySpectrum property

How to use the embedded Visual Feedbacks section.