ContourPoint(Single, Single, ContourPointChangeType) Costruttore

Definizione

Crea una nuova istanza della ContourPoint classe .

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)

Parametri

start
Single

Oggetto Single che specifica il punto in cui applicare la modifica del passo in TextFragment. Questo valore viene espresso come percentuale trascorsa della durata dell'oggetto TextFragment a quel punto.

change
Single

Oggetto Single che specifica l'importo da aumentare o abbassare il passo.

changeType
ContourPointChangeType

Membro di ChangeType che specifica l'unità da utilizzare per il numero specificato nel change parametro .

Si applica a