ContourPoint(Single, Single, ContourPointChangeType) Construtor

Definição

Cria uma nova instância da 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)

Parâmetros

start
Single

Um Single que especifica o ponto em que se aplica a alteração de tom no TextFragment. Isso é expresso como o percentual de duração decorrido do TextFragment nesse ponto.

change
Single

Um Single que especifica o valor para aumentar ou diminuir o tom.

changeType
ContourPointChangeType

Um membro de ChangeType que especifica a unidade a ser usada para o número especificado no parâmetro change.

Aplica-se a