ContourPoint(Single, Single, ContourPointChangeType) Construtor

Definição

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

Parâmetros

start
Single

Um Single que especifica o ponto no qual aplicar a alteração de tom no TextFragment. Isso é expresso como o percentual decorrido da duração do TextFragment ponto.

change
Single

Um Single que especifica o valor a ser gerado ou reduzido.

changeType
ContourPointChangeType

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

Aplica-se a