Share via


EasingInt16KeyFrame コンストラクター

定義

オーバーロード

EasingInt16KeyFrame()

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

EasingInt16KeyFrame(Int16)

指定した Int16 値を使用して、EasingInt16KeyFrame クラスの新しいインスタンスを初期化します。

EasingInt16KeyFrame(Int16, KeyTime)

指定した EasingInt16KeyFrame 値とキー時刻を使用して、Int16 クラスの新しいインスタンスを初期化します。

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

指定した EasingInt16KeyFrame 値、キー時刻、およびイージング関数を使用して、Int16 クラスの新しいインスタンスを初期化します。

EasingInt16KeyFrame()

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

public:
 EasingInt16KeyFrame();
public EasingInt16KeyFrame ();
Public Sub New ()

こちらもご覧ください

適用対象

EasingInt16KeyFrame(Int16)

指定した Int16 値を使用して、EasingInt16KeyFrame クラスの新しいインスタンスを初期化します。

public:
 EasingInt16KeyFrame(short value);
public EasingInt16KeyFrame (short value);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short)

パラメーター

value
Int16

初期 Int16 値。

こちらもご覧ください

適用対象

EasingInt16KeyFrame(Int16, KeyTime)

指定した EasingInt16KeyFrame 値とキー時刻を使用して、Int16 クラスの新しいインスタンスを初期化します。

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)

パラメーター

value
Int16

初期 Int16 値。

keyTime
KeyTime

初期キー時刻。

こちらもご覧ください

適用対象

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

指定した EasingInt16KeyFrame 値、キー時刻、およびイージング関数を使用して、Int16 クラスの新しいインスタンスを初期化します。

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime, easingFunction As IEasingFunction)

パラメーター

value
Int16

初期 Int16 値。

keyTime
KeyTime

初期キー時刻。

easingFunction
IEasingFunction

イージング関数。

こちらもご覧ください

適用対象