Point3DKeyFrame Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci Point3DKeyFrame třídy.
Přetížení
Point3DKeyFrame() |
Inicializuje novou instanci Point3DKeyFrame třídy. |
Point3DKeyFrame(Point3D) |
Inicializuje novou instanci Point3DKeyFrame třídy, která má zadaný cíl Value. |
Point3DKeyFrame(Point3D, KeyTime) |
Inicializuje novou instanci Point3DKeyFrame třídy, která má zadaný cíl Value a KeyTime. |
Point3DKeyFrame()
Inicializuje novou instanci Point3DKeyFrame třídy.
protected:
Point3DKeyFrame();
protected Point3DKeyFrame ();
Protected Sub New ()
Platí pro
Point3DKeyFrame(Point3D)
Inicializuje novou instanci Point3DKeyFrame třídy, která má zadaný cíl 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)
Parametry
- value
- Point3D
Point3DKeyFrame Nová Value instance.
Platí pro
Point3DKeyFrame(Point3D, KeyTime)
Inicializuje novou instanci Point3DKeyFrame třídy, která má zadaný cíl Value a 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)
Parametry
- value
- Point3D
Point3DKeyFrame Nová Value instance.
- keyTime
- KeyTime
Point3DKeyFrame Nová KeyTime instance.