Share via


EasingByteKeyFrame Oluşturucular

Tanım

Aşırı Yüklemeler

EasingByteKeyFrame()

EasingByteKeyFrame sınıfının yeni bir örneğini başlatır.

EasingByteKeyFrame(Byte)

Belirtilen Byte değerle sınıfının yeni bir örneğini EasingByteKeyFrame başlatır.

EasingByteKeyFrame(Byte, KeyTime)

Belirtilen Byte değer ve anahtar süresiyle sınıfının yeni bir örneğini EasingByteKeyFrame başlatır.

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Belirtilen Byte değer, anahtar süresi ve kolaylaştırma işleviyle sınıfın yeni bir örneğini EasingByteKeyFrame başlatır.

EasingByteKeyFrame()

EasingByteKeyFrame sınıfının yeni bir örneğini başlatır.

public:
 EasingByteKeyFrame();
public EasingByteKeyFrame ();
Public Sub New ()

Ayrıca bkz.

Şunlara uygulanır

EasingByteKeyFrame(Byte)

Belirtilen Byte değerle sınıfının yeni bir örneğini EasingByteKeyFrame başlatır.

public:
 EasingByteKeyFrame(System::Byte value);
public EasingByteKeyFrame (byte value);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte)

Parametreler

value
Byte

İlk Byte değer.

Ayrıca bkz.

Şunlara uygulanır

EasingByteKeyFrame(Byte, KeyTime)

Belirtilen Byte değer ve anahtar süresiyle sınıfının yeni bir örneğini EasingByteKeyFrame başlatır.

public:
 EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime)

Parametreler

value
Byte

İlk Byte değer.

keyTime
KeyTime

İlk anahtar süresi.

Ayrıca bkz.

Şunlara uygulanır

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Belirtilen Byte değer, anahtar süresi ve kolaylaştırma işleviyle sınıfın yeni bir örneğini EasingByteKeyFrame başlatır.

public:
 EasingByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime, easingFunction As IEasingFunction)

Parametreler

value
Byte

İlk Byte değer.

keyTime
KeyTime

İlk anahtar süresi.

easingFunction
IEasingFunction

Kolaylaştırma işlevi.

Ayrıca bkz.

Şunlara uygulanır