EasingRotation3DKeyFrame 构造函数

定义

初始化 EasingRotation3DKeyFrame 类的新实例。

重载

EasingRotation3DKeyFrame()

初始化 EasingRotation3DKeyFrame 类的新实例。

EasingRotation3DKeyFrame(Rotation3D)

使用指定的 Rotation3D 值初始化 EasingRotation3DKeyFrame 类的新实例。

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

用指定的 EasingRotation3DKeyFrame 值和关键时间初始化 Rotation3D 类的新实例。

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

用指定的 EasingRotation3DKeyFrame 值、关键时间和缓动函数初始化 Rotation3D 类的新实例。

EasingRotation3DKeyFrame()

初始化 EasingRotation3DKeyFrame 类的新实例。

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

另请参阅

适用于

EasingRotation3DKeyFrame(Rotation3D)

使用指定的 Rotation3D 值初始化 EasingRotation3DKeyFrame 类的新实例。

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D)

参数

value
Rotation3D

初始的 Rotation3D 值。

适用于

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

用指定的 EasingRotation3DKeyFrame 值和关键时间初始化 Rotation3D 类的新实例。

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D, keyTime As KeyTime)

参数

value
Rotation3D

初始的 Rotation3D 值。

keyTime
KeyTime

初始关键时间。

另请参阅

适用于

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

用指定的 EasingRotation3DKeyFrame 值、关键时间和缓动函数初始化 Rotation3D 类的新实例。

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D, keyTime As KeyTime, easingFunction As IEasingFunction)

参数

value
Rotation3D

初始的 Rotation3D 值。

keyTime
KeyTime

初始关键时间。

easingFunction
IEasingFunction

缓动函数。

另请参阅

适用于