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
参数中指定的数值的单位。