ByteKeyFrame 构造函数

定义

初始化 ByteKeyFrame 类的新实例。

重载

ByteKeyFrame()

初始化 ByteKeyFrame 类的新实例。

ByteKeyFrame(Byte)

初始化具有指定目标 ValueByteKeyFrame 类的新实例。

ByteKeyFrame(Byte, KeyTime)

初始化具有指定目标 ValueKeyTimeByteKeyFrame 类的新实例。

ByteKeyFrame()

初始化 ByteKeyFrame 类的新实例。

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

适用于

ByteKeyFrame(Byte)

初始化具有指定目标 ValueByteKeyFrame 类的新实例。

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)

参数

value
Byte

ByteKeyFrame 实例的 Value

适用于

ByteKeyFrame(Byte, KeyTime)

初始化具有指定目标 ValueKeyTimeByteKeyFrame 类的新实例。

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)

参数

value
Byte

ByteKeyFrame 实例的 Value

keyTime
KeyTime

ByteKeyFrame 实例的 KeyTime

适用于