SplinePoint3DKeyFrame 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 SplinePoint3DKeyFrame třídy.
Přetížení
SplinePoint3DKeyFrame() |
Inicializuje novou instanci SplinePoint3DKeyFrame třídy. |
SplinePoint3DKeyFrame(Point3D) |
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou. |
SplinePoint3DKeyFrame(Point3D, KeyTime) |
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou a časem klíče. |
SplinePoint3DKeyFrame(Point3D, KeyTime, KeySpline) |
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou, časem klíče a KeySpline. |
SplinePoint3DKeyFrame()
Inicializuje novou instanci SplinePoint3DKeyFrame třídy.
public:
SplinePoint3DKeyFrame();
public SplinePoint3DKeyFrame ();
Public Sub New ()
Platí pro
SplinePoint3DKeyFrame(Point3D)
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou.
public:
SplinePoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
public SplinePoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.SplinePoint3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.SplinePoint3DKeyFrame
Public Sub New (value As Point3D)
Parametry
- value
- Point3D
Koncová hodnota (označovaná také jako cílová hodnota) pro rámec klíče.
Platí pro
SplinePoint3DKeyFrame(Point3D, KeyTime)
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou a časem klíče.
public:
SplinePoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
public SplinePoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SplinePoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SplinePoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime)
Parametry
- value
- Point3D
Koncová hodnota (označovaná také jako cílová hodnota) pro rámec klíče.
- keyTime
- KeyTime
Čas klíče pro snímek klíče. Čas klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.
Platí pro
SplinePoint3DKeyFrame(Point3D, KeyTime, KeySpline)
Inicializuje novou instanci SplinePoint3DKeyFrame třídy se zadanou koncovou hodnotou, časem klíče a KeySpline.
public:
SplinePoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::KeySpline ^ keySpline);
public SplinePoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.KeySpline keySpline);
new System.Windows.Media.Animation.SplinePoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.KeySpline -> System.Windows.Media.Animation.SplinePoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime, keySpline As KeySpline)
Parametry
- value
- Point3D
Koncová hodnota (označovaná také jako cílová hodnota) pro rámec klíče.
- keyTime
- KeyTime
Čas klíče pro snímek klíče. Čas klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.
- keySpline
- KeySpline
KeySpline pro snímek klíče. Představuje KeySpline bezierovou křivku, která definuje průběh animace snímku.