ByteKeyFrame Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
ByteKeyFrame()

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

ByteKeyFrame(Byte)

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

ByteKeyFrame(Byte, KeyTime)

ve hedeflerine ByteKeyFrameValuesahip sınıfın KeyTime yeni bir örneğini 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 ByteKeyFramesahip sınıfın Value yeni bir örneğini 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)

ve hedeflerine ByteKeyFrameValuesahip sınıfın KeyTime yeni bir örneğini 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