Prosody.GetContourPoints Method

Definition

Returns an array containing the ContourPoints of the TextFragment.

public:
 cli::array <System::Speech::Synthesis::TtsEngine::ContourPoint> ^ GetContourPoints();
public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints ();
member this.GetContourPoints : unit -> System.Speech.Synthesis.TtsEngine.ContourPoint[]
Public Function GetContourPoints () As ContourPoint()

Returns

An array containing the ContourPoints of the TextFragment.

Applies to