DiscretePoint3DKeyFrame 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 DiscretePoint3DKeyFrame třídy .
Přetížení
DiscretePoint3DKeyFrame() |
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy . |
DiscretePoint3DKeyFrame(Point3D) |
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy se zadanou koncovou hodnotou. |
DiscretePoint3DKeyFrame(Point3D, KeyTime) |
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy se zadanou koncovou hodnotou a časem klíče. |
DiscretePoint3DKeyFrame()
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy .
public:
DiscretePoint3DKeyFrame();
public DiscretePoint3DKeyFrame ();
Public Sub New ()
Platí pro
DiscretePoint3DKeyFrame(Point3D)
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy se zadanou koncovou hodnotou.
public:
DiscretePoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
public DiscretePoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.DiscretePoint3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.DiscretePoint3DKeyFrame
Public Sub New (value As Point3D)
Parametry
- value
- Point3D
Koncová hodnota (označovaná také jako "cílová hodnota") klíčového rámce.
Platí pro
DiscretePoint3DKeyFrame(Point3D, KeyTime)
Inicializuje novou instanci DiscretePoint3DKeyFrame třídy se zadanou koncovou hodnotou a časem klíče.
public:
DiscretePoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscretePoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscretePoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscretePoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime)
Parametry
- value
- Point3D
Koncová hodnota (označovaná také jako "cílová hodnota") klíčového rámce.
- keyTime
- KeyTime
Doba klíče pro klíčový snímek. Čas klíče určuje, kdy je dosaženo cílové hodnoty, což je také okamžik, kdy klíčový rámec končí.