Vector3DKeyFrame 构造函数

定义

初始化 Vector3DKeyFrame 类的新实例。

重载

Vector3DKeyFrame()

初始化 Vector3DKeyFrame 类的新实例。

Vector3DKeyFrame(Vector3D)

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

Vector3DKeyFrame(Vector3D, KeyTime)

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

Vector3DKeyFrame()

初始化 Vector3DKeyFrame 类的新实例。

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

适用于

Vector3DKeyFrame(Vector3D)

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

protected:
 Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
protected Vector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D)

参数

value
Vector3D

Vector3DKeyFrame 实例的 Value

适用于

Vector3DKeyFrame(Vector3D, KeyTime)

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

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

参数

value
Vector3D

Vector3DKeyFrame 实例的 Value

keyTime
KeyTime

Vector3DKeyFrame 实例的 KeyTime

适用于