共用方式為


EasingByteKeyFrame 建構函式

定義

多載

EasingByteKeyFrame()

初始化 EasingByteKeyFrame 類別的新執行個體。

EasingByteKeyFrame(Byte)

使用指定的 Byte 值,初始化 EasingByteKeyFrame 類別的新執行個體。

EasingByteKeyFrame(Byte, KeyTime)

使用指定的 EasingByteKeyFrame 值和關鍵時間,初始化 Byte 類別的新執行個體。

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

使用指定的 EasingByteKeyFrame 值、索引鍵時間和 easing 函式,初始化 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 值、索引鍵時間和 easing 函式,初始化 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

easing 函式。

另請參閱

適用於