Int64KeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Int64KeyFrame クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| Int64KeyFrame() |
Int64KeyFrame クラスの新しいインスタンスを初期化します。 |
| Int64KeyFrame(Int64) |
指定したターゲット Int64KeyFrameを持つValue クラスの新しいインスタンスを初期化します。 |
| Int64KeyFrame(Int64, KeyTime) |
指定したターゲット Int64KeyFrameとValueを持つKeyTime クラスの新しいインスタンスを初期化します。 |
Int64KeyFrame()
Int64KeyFrame クラスの新しいインスタンスを初期化します。
protected:
Int64KeyFrame();
protected Int64KeyFrame();
Protected Sub New ()
適用対象
Int64KeyFrame(Int64)
指定したターゲット Int64KeyFrameを持つValue クラスの新しいインスタンスを初期化します。
protected:
Int64KeyFrame(long value);
protected Int64KeyFrame(long value);
new System.Windows.Media.Animation.Int64KeyFrame : int64 -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long)
パラメーター
- value
- Int64
新しいValue インスタンスのInt64KeyFrame。
適用対象
Int64KeyFrame(Int64, KeyTime)
指定したターゲット Int64KeyFrameとValueを持つKeyTime クラスの新しいインスタンスを初期化します。
protected:
Int64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int64KeyFrame(long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long, keyTime As KeyTime)
パラメーター
- value
- Int64
新しいValue インスタンスのInt64KeyFrame。
- keyTime
- KeyTime
新しいKeyTime インスタンスのInt64KeyFrame。