EasingVector3DKeyFrame 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 EasingVector3DKeyFrame 类的新实例。
重载
EasingVector3DKeyFrame() |
初始化 EasingVector3DKeyFrame 类的新实例。 |
EasingVector3DKeyFrame(Vector3D) |
使用指定的 Vector3D 值初始化 EasingVector3DKeyFrame 类的新实例。 |
EasingVector3DKeyFrame(Vector3D, KeyTime) |
用指定的 EasingVector3DKeyFrame 值和关键时间初始化 Vector3D 类的新实例。 |
EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction) |
用指定的 EasingVector3DKeyFrame 值、关键时间和缓动函数初始化 Vector3D 类的新实例。 |
EasingVector3DKeyFrame()
初始化 EasingVector3DKeyFrame 类的新实例。
public:
EasingVector3DKeyFrame();
public EasingVector3DKeyFrame ();
Public Sub New ()
适用于
EasingVector3DKeyFrame(Vector3D)
使用指定的 Vector3D 值初始化 EasingVector3DKeyFrame 类的新实例。
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D)
参数
适用于
EasingVector3DKeyFrame(Vector3D, KeyTime)
用指定的 EasingVector3DKeyFrame 值和关键时间初始化 Vector3D 类的新实例。
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D, keyTime As KeyTime)
参数
- keyTime
- KeyTime
初始关键时间。
另请参阅
适用于
EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)
用指定的 EasingVector3DKeyFrame 值、关键时间和缓动函数初始化 Vector3D 类的新实例。
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D, keyTime As KeyTime, easingFunction As IEasingFunction)
参数
- keyTime
- KeyTime
初始关键时间。
- easingFunction
- IEasingFunction
缓动函数。