DiscreteRotation3DKeyFrame Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy DiscreteRotation3DKeyFrame.
Przeciążenia
DiscreteRotation3DKeyFrame() |
Inicjuje nowe wystąpienie klasy DiscreteRotation3DKeyFrame. |
DiscreteRotation3DKeyFrame(Rotation3D) |
Inicjuje DiscreteRotation3DKeyFrame nowe wystąpienie klasy z określoną wartością końcową. |
DiscreteRotation3DKeyFrame(Rotation3D, KeyTime) |
Inicjuje DiscreteRotation3DKeyFrame nowe wystąpienie klasy z określoną wartością końcową i czasem klucza. |
DiscreteRotation3DKeyFrame()
Inicjuje nowe wystąpienie klasy DiscreteRotation3DKeyFrame.
public:
DiscreteRotation3DKeyFrame();
public DiscreteRotation3DKeyFrame ();
Public Sub New ()
Dotyczy
DiscreteRotation3DKeyFrame(Rotation3D)
Inicjuje DiscreteRotation3DKeyFrame nowe wystąpienie klasy z określoną wartością końcową.
public:
DiscreteRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
public DiscreteRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.DiscreteRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.DiscreteRotation3DKeyFrame
Public Sub New (value As Rotation3D)
Parametry
- value
- Rotation3D
Wartość końcowa (znana również jako "wartość docelowa") dla ramki klucza.
Dotyczy
DiscreteRotation3DKeyFrame(Rotation3D, KeyTime)
Inicjuje DiscreteRotation3DKeyFrame nowe wystąpienie klasy z określoną wartością końcową i czasem klucza.
public:
DiscreteRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteRotation3DKeyFrame
Public Sub New (value As Rotation3D, keyTime As KeyTime)
Parametry
- value
- Rotation3D
Wartość końcowa (znana również jako "wartość docelowa") dla ramki klucza.
- keyTime
- KeyTime
Czas klucza dla ramki klucza. Czas klucza określa, kiedy wartość docelowa zostanie osiągnięta, co jest również wtedy, gdy kończy się ramka klucza.