EasingVectorKeyFrame 建構函式

定義

初始化 EasingVectorKeyFrame 類別的新執行個體。

多載

EasingVectorKeyFrame()

初始化 EasingVectorKeyFrame 類別的新執行個體。

EasingVectorKeyFrame(Vector)

使用指定的 Vector 值,初始化 EasingVectorKeyFrame 類別的新執行個體。

EasingVectorKeyFrame(Vector, KeyTime)

使用指定的 EasingVectorKeyFrame 值和關鍵時間,初始化 Vector 類別的新執行個體。

EasingVectorKeyFrame(Vector, KeyTime, IEasingFunction)

使用指定的 EasingVectorKeyFrame 值、索引鍵時間和 easing 函式,初始化 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)

參數

value
Vector

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)

參數

value
Vector

Vector 的初始值。

keyTime
KeyTime

初始索引鍵時間。

另請參閱

適用於

EasingVectorKeyFrame(Vector, KeyTime, IEasingFunction)

使用指定的 EasingVectorKeyFrame 值、索引鍵時間和 easing 函式,初始化 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)

參數

value
Vector

Vector 的初始值。

keyTime
KeyTime

初始索引鍵時間。

easingFunction
IEasingFunction

easing 函式。

另請參閱

適用於