Aracılığıyla paylaş


ByteKeyFrame Oluşturucular

Tanım

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

Aşırı Yüklemeler

ByteKeyFrame()

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

ByteKeyFrame(Byte)

Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini ByteKeyFrame başlatır.

ByteKeyFrame(Byte, KeyTime)

Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini ByteKeyFrame başlatır.

ByteKeyFrame()

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

protected:
 ByteKeyFrame();
protected ByteKeyFrame ();
Protected Sub New ()

Şunlara uygulanır

ByteKeyFrame(Byte)

Belirtilen hedefe Valuesahip sınıfının yeni bir örneğini ByteKeyFrame başlatır.

protected:
 ByteKeyFrame(System::Byte value);
protected ByteKeyFrame (byte value);
new System.Windows.Media.Animation.ByteKeyFrame : byte -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte)

Parametreler

value
Byte

Value Yeni ByteKeyFrame örneğin örneği.

Şunlara uygulanır

ByteKeyFrame(Byte, KeyTime)

Belirtilen hedefi Value ve KeyTimeolan sınıfının yeni bir örneğini ByteKeyFrame başlatır.

protected:
 ByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
protected ByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.ByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte, keyTime As KeyTime)

Parametreler

value
Byte

Value Yeni ByteKeyFrame örneğin örneği.

keyTime
KeyTime

KeyTime Yeni ByteKeyFrame örneğin örneği.

Şunlara uygulanır