ContourPoint(Single, Single, ContourPointChangeType) Oluşturucu

Tanım

ContourPoint sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

start
Single

Singleİçindeki Aralık değişikliğinin uygulanacağı noktayı belirten bir TextFragment . Bu, o noktadaki süresinin geçen yüzdesi olarak ifade edilir TextFragment .

change
Single

SingleAralığı yükseltmek veya azaltmak için gereken miktarı belirten bir.

changeType
ContourPointChangeType

ChangeTypeParametresinde belirtilen sayı için kullanılacak birimi belirten öğesi change .

Şunlara uygulanır