EasingInt16KeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
こちらもご覧ください
適用対象
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)
パラメーター
- 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)
パラメーター
- keyTime
- KeyTime
初期キー時刻。
- easingFunction
- IEasingFunction
イージング関数。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET