Vector3DKeyFrame 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 Vector3DKeyFrame class.
Overloads
Vector3DKeyFrame() |
Initializes a new instance of the Vector3DKeyFrame class. |
Vector3DKeyFrame(Vector3D) |
Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value. |
Vector3DKeyFrame(Vector3D, KeyTime) |
Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value and KeyTime. |
Vector3DKeyFrame()
Initializes a new instance of the Vector3DKeyFrame class.
protected:
Vector3DKeyFrame();
protected Vector3DKeyFrame ();
Protected Sub New ()
Applies to
Vector3DKeyFrame(Vector3D)
Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value.
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)
Parameters
- value
- Vector3D
The Value of the new Vector3DKeyFrame instance.
Applies to
Vector3DKeyFrame(Vector3D, KeyTime)
Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value and KeyTime.
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)
Parameters
- value
- Vector3D
The Value of the new Vector3DKeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new Vector3DKeyFrame instance.