SplineInt64KeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。
オーバーロード
SplineInt64KeyFrame() |
SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。 |
SplineInt64KeyFrame(Int64) |
指定した終了値を使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。 |
SplineInt64KeyFrame(Int64, KeyTime) |
指定した終了値とキー時刻を使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。 |
SplineInt64KeyFrame(Int64, KeyTime, KeySpline) |
指定した終了値、キー時刻、および KeySplineを使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。 |
SplineInt64KeyFrame()
SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。
public:
SplineInt64KeyFrame();
public SplineInt64KeyFrame ();
Public Sub New ()
適用対象
SplineInt64KeyFrame(Int64)
指定した終了値を使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。
public:
SplineInt64KeyFrame(long value);
public SplineInt64KeyFrame (long value);
new System.Windows.Media.Animation.SplineInt64KeyFrame : int64 -> System.Windows.Media.Animation.SplineInt64KeyFrame
Public Sub New (value As Long)
パラメーター
- value
- Int64
キー フレームの終了値 ("ターゲット値" とも呼ばれます)。
適用対象
SplineInt64KeyFrame(Int64, KeyTime)
指定した終了値とキー時刻を使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。
public:
SplineInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public SplineInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SplineInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SplineInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)
パラメーター
- value
- Int64
キー フレームの終了値 ("ターゲット値" とも呼ばれます)。
- keyTime
- KeyTime
キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。
適用対象
SplineInt64KeyFrame(Int64, KeyTime, KeySpline)
指定した終了値、キー時刻、および KeySplineを使用して、SplineInt64KeyFrame クラスの新しいインスタンスを初期化します。
public:
SplineInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::KeySpline ^ keySpline);
public SplineInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.KeySpline keySpline);
new System.Windows.Media.Animation.SplineInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.KeySpline -> System.Windows.Media.Animation.SplineInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime, keySpline As KeySpline)
パラメーター
- value
- Int64
キー フレームの終了値 ("ターゲット値" とも呼ばれます)。
- keyTime
- KeyTime
キー フレームのキー時間。 キー時間は、ターゲット値に達するタイミングを決定します。これは、キー フレームが終了したときでもあります。
適用対象
.NET