Int32KeyFrame コンストラクター

定義

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

オーバーロード

Int32KeyFrame()

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

Int32KeyFrame(Int32)

指定したターゲット Value を持つ Int32KeyFrame クラスの新しいインスタンスを初期化します。

Int32KeyFrame(Int32, KeyTime)

指定したターゲット ValueKeyTime を持つ、Int32KeyFrame クラスの新しいインスタンスを初期化します。

Int32KeyFrame()

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

protected:
 Int32KeyFrame();
protected Int32KeyFrame ();
Protected Sub New ()

適用対象

Int32KeyFrame(Int32)

指定したターゲット Value を持つ Int32KeyFrame クラスの新しいインスタンスを初期化します。

protected:
 Int32KeyFrame(int value);
protected Int32KeyFrame (int value);
new System.Windows.Media.Animation.Int32KeyFrame : int -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer)

パラメーター

value
Int32

新しい Int32KeyFrame インスタンスの Value

適用対象

Int32KeyFrame(Int32, KeyTime)

指定したターゲット ValueKeyTime を持つ、Int32KeyFrame クラスの新しいインスタンスを初期化します。

protected:
 Int32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int32KeyFrame
Protected Sub New (value As Integer, keyTime As KeyTime)

パラメーター

value
Int32

新しい Int32KeyFrame インスタンスの Value

keyTime
KeyTime

新しい Int32KeyFrame インスタンスの KeyTime

適用対象