VoicePrint3DSpectrumPointCount Property |
Namespace:
WinformsVisualization.Visualization
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int PointCount { get; set; }
Public Property PointCount As Integer
Get
Set
Dim instance As VoicePrint3DSpectrum
Dim value As Integer
value = instance.PointCount
instance.PointCount = value
member PointCount : int with get, set
/** @property */
public int get_PointCount()
/** @property */
public void set_PointCount(int value)
function get PointCount () : int
function set PointCount (value : int)
function get_PointCount();
function set_PointCount(value);
Property Value
Type:
Int32See Also