ContourPoint(Single, Single, ContourPointChangeType) Constructor

Definition

Creates a new instance of the ContourPoint class.

C#
public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType);

Parameters

start
Single

A Single that specifies the point at which to apply the pitch change in the TextFragment. This is expressed as the elapsed percentage of the duration of the TextFragment at that point.

change
Single

A Single that specifies the amount to raise or lower the pitch.

changeType
ContourPointChangeType

A member of ChangeType that specifies the unit to use for the number specified in the change parameter.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)