Point3DKeyFrame 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 Point3DKeyFrame class.
Overloads
Point3DKeyFrame() |
Initializes a new instance of the Point3DKeyFrame class. |
Point3DKeyFrame(Point3D) |
Initializes a new instance of the Point3DKeyFrame class that has the specified target Value. |
Point3DKeyFrame(Point3D, KeyTime) |
Initializes a new instance of the Point3DKeyFrame class that has the specified target Value and KeyTime. |
Point3DKeyFrame()
Initializes a new instance of the Point3DKeyFrame class.
protected:
Point3DKeyFrame();
protected Point3DKeyFrame ();
Protected Sub New ()
Applies to
Point3DKeyFrame(Point3D)
Initializes a new instance of the Point3DKeyFrame class that has the specified target Value.
protected:
Point3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
protected Point3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.Point3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.Point3DKeyFrame
Protected Sub New (value As Point3D)
Parameters
- value
- Point3D
The Value of the new Point3DKeyFrame instance.
Applies to
Point3DKeyFrame(Point3D, KeyTime)
Initializes a new instance of the Point3DKeyFrame class that has the specified target Value and KeyTime.
protected:
Point3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
protected Point3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Point3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Point3DKeyFrame
Protected Sub New (value As Point3D, keyTime As KeyTime)
Parameters
- value
- Point3D
The Value of the new Point3DKeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new Point3DKeyFrame instance.