ContourPoint(Single, Single, ContourPointChangeType) Konstruktor

Definice

Vytvoří novou instanci třídy 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)

Parametry

start
Single

A Single určuje bod, ve kterém se má použít změna sklonu v TextFragment . Toto je vyjádřeno jako uplynulé procento doby trvání v TextFragment daném bodě.

change
Single

SingleHodnota, která určuje, jak se má zvýšit nebo snížit rozteč.

changeType
ContourPointChangeType

Člen ChangeType , který určuje jednotku, která se má použít pro číslo zadané v change parametru.

Platí pro