ContourPoint(Single, Single, ContourPointChangeType) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- changeType
- ContourPointChangeType
Membre de celui-ci ChangeType spécifie l’unité à utiliser pour le nombre spécifié dans le change paramètre.