ContourPoint(Single, Single, ContourPointChangeType) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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 持續時間在該點上已耗用的百分比。
- changeType
- ContourPointChangeType
ChangeType 的成員,會指定要用於change
參數中所指定數字的單位。