ContourPoint(Single, Single, ContourPointChangeType) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
- changeType
- ContourPointChangeType
Um membro de ChangeType que especifica a unidade a ser usada para o número especificado no parâmetro change
.