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 classe 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)
Paramètres
- start
- Single
Single qui spécifie le point auquel appliquer la modification du pas dans le TextFragment. Exprimé en pourcentage écoulé de la durée TextFragment à ce stade.
- changeType
- ContourPointChangeType
Membre de ChangeType qui spécifie l'unité à utiliser pour le nombre spécifié dans le paramètre change
.