EasingInt64KeyFrame 建構函式

定義

多載

EasingInt64KeyFrame()

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

EasingInt64KeyFrame(Int64)

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

EasingInt64KeyFrame(Int64, KeyTime)

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

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

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

EasingInt64KeyFrame()

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

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

適用於

EasingInt64KeyFrame(Int64)

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

public:
 EasingInt64KeyFrame(long value);
public EasingInt64KeyFrame (long value);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long)

參數

value
Int64

Int64 的初始值。

另請參閱

適用於

EasingInt64KeyFrame(Int64, KeyTime)

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

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)

參數

value
Int64

Int64 的初始值。

keyTime
KeyTime

初始索引鍵時間。

另請參閱

適用於

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

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

public:
 EasingInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime, easingFunction As IEasingFunction)

參數

value
Int64

Int64 的初始值。

keyTime
KeyTime

初始索引鍵時間。

easingFunction
IEasingFunction

easing 函式。

另請參閱

適用於