EasingVectorKeyFrame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
EasingVectorKeyFrame クラスの新しいインスタンスを初期化します。
オーバーロード
EasingVectorKeyFrame() |
EasingVectorKeyFrame クラスの新しいインスタンスを初期化します。 |
EasingVectorKeyFrame(Vector) |
指定した Vector 値を使用して、EasingVectorKeyFrame クラスの新しいインスタンスを初期化します。 |
EasingVectorKeyFrame(Vector, KeyTime) |
指定した EasingVectorKeyFrame 値とキー時刻を使用して、Vector クラスの新しいインスタンスを初期化します。 |
EasingVectorKeyFrame(Vector, KeyTime, IEasingFunction) |
指定した EasingVectorKeyFrame 値、キー時刻、およびイージング関数を使用して、Vector クラスの新しいインスタンスを初期化します。 |
EasingVectorKeyFrame()
EasingVectorKeyFrame クラスの新しいインスタンスを初期化します。
public:
EasingVectorKeyFrame();
public EasingVectorKeyFrame ();
Public Sub New ()
こちらもご覧ください
適用対象
EasingVectorKeyFrame(Vector)
指定した Vector 値を使用して、EasingVectorKeyFrame クラスの新しいインスタンスを初期化します。
public:
EasingVectorKeyFrame(System::Windows::Vector value);
public EasingVectorKeyFrame (System.Windows.Vector value);
new System.Windows.Media.Animation.EasingVectorKeyFrame : System.Windows.Vector -> System.Windows.Media.Animation.EasingVectorKeyFrame
Public Sub New (value As Vector)
パラメーター
こちらもご覧ください
適用対象
EasingVectorKeyFrame(Vector, KeyTime)
指定した EasingVectorKeyFrame 値とキー時刻を使用して、Vector クラスの新しいインスタンスを初期化します。
public:
EasingVectorKeyFrame(System::Windows::Vector value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingVectorKeyFrame (System.Windows.Vector value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingVectorKeyFrame : System.Windows.Vector * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingVectorKeyFrame
Public Sub New (value As Vector, keyTime As KeyTime)
パラメーター
- keyTime
- KeyTime
初期キー時刻。
こちらもご覧ください
適用対象
EasingVectorKeyFrame(Vector, KeyTime, IEasingFunction)
指定した EasingVectorKeyFrame 値、キー時刻、およびイージング関数を使用して、Vector クラスの新しいインスタンスを初期化します。
public:
EasingVectorKeyFrame(System::Windows::Vector value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingVectorKeyFrame (System.Windows.Vector value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingVectorKeyFrame : System.Windows.Vector * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingVectorKeyFrame
Public Sub New (value As Vector, keyTime As KeyTime, easingFunction As IEasingFunction)
パラメーター
- keyTime
- KeyTime
初期キー時刻。
- easingFunction
- IEasingFunction
イージング関数。
こちらもご覧ください
適用対象
.NET