ContourPoint(Single, Single, ContourPointChangeType) Constructor

Definición

Crea una nueva instancia de la clase ContourPoint.

public:
 ContourPoint(float start, float change, System::Speech::Synthesis::TtsEngine::ContourPointChangeType changeType);
public ContourPoint (float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType);
new System.Speech.Synthesis.TtsEngine.ContourPoint : single * single * System.Speech.Synthesis.TtsEngine.ContourPointChangeType -> System.Speech.Synthesis.TtsEngine.ContourPoint
Public Sub New (start As Single, change As Single, changeType As ContourPointChangeType)

Parámetros

start
Single

Single que especifica el punto en el que se aplicará el cambio de paso en TextFragment. Esto se expresa como el porcentaje transcurrido de la duración de TextFragment en ese momento.

change
Single

Single que especifica la cantidad que se va a aumentar o reducir el paso.

changeType
ContourPointChangeType

Un miembro de ChangeType que especifica la unidad que se va a usar para el número especificado en el parámetro change.

Se aplica a