Share via


EasingInt16KeyFrame 建構函式

定義

多載

EasingInt16KeyFrame()

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

EasingInt16KeyFrame(Int16)

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

EasingInt16KeyFrame(Int16, KeyTime)

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

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

使用指定的 EasingInt16KeyFrame 值、索引鍵時間和 easing 函式,初始化 Int16 類別的新執行個體。

EasingInt16KeyFrame()

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

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

另請參閱

適用於

EasingInt16KeyFrame(Int16)

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

public:
 EasingInt16KeyFrame(short value);
public EasingInt16KeyFrame (short value);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short)

參數

value
Int16

Int16 的初始值。

另請參閱

適用於

EasingInt16KeyFrame(Int16, KeyTime)

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

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)

參數

value
Int16

Int16 的初始值。

keyTime
KeyTime

初始索引鍵時間。

另請參閱

適用於

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

使用指定的 EasingInt16KeyFrame 值、索引鍵時間和 easing 函式,初始化 Int16 類別的新執行個體。

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime, easingFunction As IEasingFunction)

參數

value
Int16

Int16 的初始值。

keyTime
KeyTime

初始索引鍵時間。

easingFunction
IEasingFunction

easing 函式。

另請參閱

適用於