ContourPoint(Single, Single, ContourPointChangeType) Constructeur

Définition

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.

change
Single

Single qui spécifie la quantité pour l'augmentation ou la diminution du pas.

changeType
ContourPointChangeType

Membre de ChangeType qui spécifie l'unité à utiliser pour le nombre spécifié dans le paramètre change.

S’applique à