Rotation3DKeyFrame 构造函数

定义

初始化 Rotation3DKeyFrame 类的新实例。

重载

Rotation3DKeyFrame()

初始化 Rotation3DKeyFrame 类的新实例。

Rotation3DKeyFrame(Rotation3D)

初始化具有指定目标 ValueRotation3DKeyFrame 类的新实例。

Rotation3DKeyFrame(Rotation3D, KeyTime)

初始化具有指定目标 ValueKeyTimeRotation3DKeyFrame 类的新实例。

Rotation3DKeyFrame()

初始化 Rotation3DKeyFrame 类的新实例。

protected:
 Rotation3DKeyFrame();
protected Rotation3DKeyFrame ();
Protected Sub New ()

适用于

Rotation3DKeyFrame(Rotation3D)

初始化具有指定目标 ValueRotation3DKeyFrame 类的新实例。

protected:
 Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D)

参数

value
Rotation3D

Rotation3DKeyFrame 实例的 Value

适用于

Rotation3DKeyFrame(Rotation3D, KeyTime)

初始化具有指定目标 ValueKeyTimeRotation3DKeyFrame 类的新实例。

protected:
 Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D, keyTime As KeyTime)

参数

value
Rotation3D

Rotation3DKeyFrame 实例的 Value

keyTime
KeyTime

Rotation3DKeyFrame 实例的 KeyTime

适用于