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