EasingPoint3DKeyFrame Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EasingPoint3DKeyFrame class.
Overloads
EasingPoint3DKeyFrame() |
Initializes a new instance of the EasingPoint3DKeyFrame class. |
EasingPoint3DKeyFrame(Point3D) |
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value. |
EasingPoint3DKeyFrame(Point3D, KeyTime) |
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value and key time. |
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction) |
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value, key time, and easing function. |
EasingPoint3DKeyFrame()
Initializes a new instance of the EasingPoint3DKeyFrame class.
public:
EasingPoint3DKeyFrame();
public EasingPoint3DKeyFrame ();
Public Sub New ()
See also
Applies to
EasingPoint3DKeyFrame(Point3D)
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value.
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)
Parameters
See also
Applies to
EasingPoint3DKeyFrame(Point3D, KeyTime)
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value and key time.
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)
Parameters
- keyTime
- KeyTime
The initial key time.
See also
Applies to
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)
Initializes a new instance of the EasingPoint3DKeyFrame class with the specified Point3D value, key time, and easing function.
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)
Parameters
- keyTime
- KeyTime
The initial key time.
- easingFunction
- IEasingFunction
The easing function.