EasingByteKeyFrame 构造函数

定义

重载

EasingByteKeyFrame()

初始化 EasingByteKeyFrame 类的新实例。

EasingByteKeyFrame(Byte)

使用指定的 Byte 值初始化 EasingByteKeyFrame 类的新实例。

EasingByteKeyFrame(Byte, KeyTime)

用指定的 EasingByteKeyFrame 值和关键时间初始化 Byte 类的新实例。

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

用指定的 EasingByteKeyFrame 值、关键时间和缓动函数初始化 Byte 类的新实例。

EasingByteKeyFrame()

初始化 EasingByteKeyFrame 类的新实例。

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

另请参阅

适用于

EasingByteKeyFrame(Byte)

使用指定的 Byte 值初始化 EasingByteKeyFrame 类的新实例。

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)

参数

value
Byte

初始的 Byte 值。

另请参阅

适用于

EasingByteKeyFrame(Byte, KeyTime)

用指定的 EasingByteKeyFrame 值和关键时间初始化 Byte 类的新实例。

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)

参数

value
Byte

初始的 Byte 值。

keyTime
KeyTime

初始关键时间。

另请参阅

适用于

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

用指定的 EasingByteKeyFrame 值、关键时间和缓动函数初始化 Byte 类的新实例。

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)

参数

value
Byte

初始的 Byte 值。

keyTime
KeyTime

初始关键时间。

easingFunction
IEasingFunction

缓动函数。

另请参阅

适用于