ContourPoint(Single, Single, ContourPointChangeType) Konstruktor

Definicja

Tworzy nowe wystąpienie klasy 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)

Parametry

start
Single

SingleOkreśla punkt, w którym należy zastosować zmianę wysokości w TextFragment . Jest to wyrażone jako procent czasu trwania TextFragment w tym momencie.

change
Single

A Single , która określa ilość, która ma zostać podniesiona lub obniżona.

changeType
ContourPointChangeType

Element członkowski ChangeType , który określa jednostkę do użycia dla liczby określonej w change parametrze.

Dotyczy