ContourPoint(Single, Single, ContourPointChangeType) Constructeur

Définition

Crée une instance de la 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)

Paramètres

start
Single

Qui Single spécifie le point auquel appliquer le changement de tangage dans le TextFragment. Il s’agit du pourcentage écoulé de la durée TextFragment à ce stade.

change
Single

Valeur Single qui spécifie la quantité à élever ou à abaisser la hauteur.

changeType
ContourPointChangeType

Membre de celui-ci ChangeType spécifie l’unité à utiliser pour le nombre spécifié dans le change paramètre.

S’applique à