EasingInt32KeyFrame コンストラクター

定義

オーバーロード

EasingInt32KeyFrame()

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

EasingInt32KeyFrame(Int32)

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

EasingInt32KeyFrame(Int32, KeyTime)

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

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

指定した EasingInt32KeyFrame 値、キー時刻、およびイージング関数を使用して、Int32 クラスの新しいインスタンスを初期化します。

EasingInt32KeyFrame()

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

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

こちらもご覧ください

適用対象

EasingInt32KeyFrame(Int32)

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

public:
 EasingInt32KeyFrame(int value);
public EasingInt32KeyFrame (int value);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer)

パラメーター

value
Int32

初期 Int32 値。

こちらもご覧ください

適用対象

EasingInt32KeyFrame(Int32, KeyTime)

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

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime)

パラメーター

value
Int32

初期 Int32 値。

keyTime
KeyTime

初期キー時刻。

こちらもご覧ください

適用対象

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

指定した EasingInt32KeyFrame 値、キー時刻、およびイージング関数を使用して、Int32 クラスの新しいインスタンスを初期化します。

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime, easingFunction As IEasingFunction)

パラメーター

value
Int32

初期 Int32 値。

keyTime
KeyTime

初期キー時刻。

easingFunction
IEasingFunction

イージング関数。

こちらもご覧ください

適用対象