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