次の方法で共有


SplineInt32KeyFrame コンストラクター

定義

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

オーバーロード

SplineInt32KeyFrame()

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

SplineInt32KeyFrame(Int32)

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

SplineInt32KeyFrame(Int32, KeyTime)

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

SplineInt32KeyFrame(Int32, KeyTime, KeySpline)

指定した終了値、キー時刻、および SplineInt32KeyFrame を使用して、KeySpline クラスの新しいインスタンスを初期化します。

SplineInt32KeyFrame()

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

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

適用対象

SplineInt32KeyFrame(Int32)

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

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

パラメーター

value
Int32

キー フレームの終了値 (「ターゲット値」)。

適用対象

SplineInt32KeyFrame(Int32, KeyTime)

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

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

パラメーター

value
Int32

キー フレームの終了値 (「ターゲット値」)。

keyTime
KeyTime

キー フレームのキー時刻。 キー時刻によりターゲット値に到達する時点が決まります。この時刻はキー フレームが終了する時点にもなります。

適用対象

SplineInt32KeyFrame(Int32, KeyTime, KeySpline)

指定した終了値、キー時刻、および SplineInt32KeyFrame を使用して、KeySpline クラスの新しいインスタンスを初期化します。

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

パラメーター

value
Int32

キー フレームの終了値 (「ターゲット値」)。

keyTime
KeyTime

キー フレームのキー時刻。 キー時刻によりターゲット値に到達する時点が決まります。この時刻はキー フレームが終了する時点にもなります。

keySpline
KeySpline

キー フレームの KeySplineKeySpline は、キー フレームのアニメーションの進行を定義するベジエ曲線を表します。

適用対象