Int16KeyFrame コンストラクター

定義

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

オーバーロード

Int16KeyFrame()

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

Int16KeyFrame(Int16)

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

Int16KeyFrame(Int16, KeyTime)

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

Int16KeyFrame()

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

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

適用対象

Int16KeyFrame(Int16)

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

protected:
 Int16KeyFrame(short value);
protected Int16KeyFrame (short value);
new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short)

パラメーター

value
Int16

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

適用対象

Int16KeyFrame(Int16, KeyTime)

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

protected:
 Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short, keyTime As KeyTime)

パラメーター

value
Int16

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

keyTime
KeyTime

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

適用対象