言語

LinearInt64KeyFrame コンストラクター

定義

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

オーバーロード

名前 説明
LinearInt64KeyFrame()

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

LinearInt64KeyFrame(Int64)

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

LinearInt64KeyFrame(Int64, KeyTime)

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

LinearInt64KeyFrame()

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

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

適用対象

LinearInt64KeyFrame(Int64)

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

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

パラメーター

value
Int64

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

適用対象

LinearInt64KeyFrame(Int64, KeyTime)

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

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

パラメーター

value
Int64

キー フレームの終了値 ("ターゲット値" とも呼ばれます)。

keyTime
KeyTime

キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。

適用対象