Vector3DKeyFrame Konstruktoren
Definition
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse.Initializes a new instance of the Vector3DKeyFrame class.
Überlädt
Vector3DKeyFrame() |
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse.Initializes a new instance of the Vector3DKeyFrame class. |
Vector3DKeyFrame(Vector3D) |
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse, die den angegebenen Ziel-Value hat.Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value. |
Vector3DKeyFrame(Vector3D, KeyTime) |
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.Initializes a new instance of the Vector3DKeyFrame class that has the specified target Value and KeyTime. |
Vector3DKeyFrame()
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse.Initializes a new instance of the Vector3DKeyFrame class.
protected:
Vector3DKeyFrame();
protected Vector3DKeyFrame ();
Protected Sub New ()
Gilt für:
Vector3DKeyFrame(Vector3D)
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse, die den angegebenen Ziel-Value hat.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)
Parameter
- value
- Vector3D
Die Value der neuen Vector3DKeyFrame-Instanz.The Value of the new Vector3DKeyFrame instance.
Gilt für:
Vector3DKeyFrame(Vector3D, KeyTime)
Initialisiert eine neue Instanz der Vector3DKeyFrame-Klasse, die den angegebenen Ziel-Value und die KeyTime aufweist.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)
Parameter
- value
- Vector3D
Die Value der neuen Vector3DKeyFrame-Instanz.The Value of the new Vector3DKeyFrame instance.
- keyTime
- KeyTime
Die KeyTime der neuen Vector3DKeyFrame-Instanz.The KeyTime of the new Vector3DKeyFrame instance.