ContourPoint(Single, Single, ContourPointChangeType) 建構函式

定義

建立 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)

參數

start
Single

Single ,會指定要在TextFragment中套用字幅變更之點。 這是表示為 TextFragment 持續時間在該點上已耗用的百分比。

change
Single

Single ,會指定要提高或降低字幅的量。

changeType
ContourPointChangeType

ChangeType 的成員,會指定要用於change參數中所指定數字的單位。

適用於