Remarks
Gets/sets the width in pixel of each single band composing the Spectrum visual feedback.
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.
|