EasingInt64KeyFrame コンストラクター

定義

オーバーロード

EasingInt64KeyFrame()

EasingInt64KeyFrame クラスの新しいインスタンスを初期化します。

EasingInt64KeyFrame(Int64)

指定した Int64 値を使用して、EasingInt64KeyFrame クラスの新しいインスタンスを初期化します。

EasingInt64KeyFrame(Int64, KeyTime)

指定した EasingInt64KeyFrame 値とキー時刻を使用して、Int64 クラスの新しいインスタンスを初期化します。

EasingInt64KeyFrame(Int64, KeyTime, IEasingFunction)

指定した EasingInt64KeyFrame 値、キー時刻、およびイージング関数を使用して、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 値、キー時刻、およびイージング関数を使用して、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

イージング関数。

こちらもご覧ください

適用対象