Rotation3DKeyFrame 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 Rotation3DKeyFrame.
Przeciążenia
Rotation3DKeyFrame() |
Inicjuje nowe wystąpienie klasy Rotation3DKeyFrame. |
Rotation3DKeyFrame(Rotation3D) |
Inicjuje Rotation3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value. |
Rotation3DKeyFrame(Rotation3D, KeyTime) |
Inicjuje Rotation3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime. |
Rotation3DKeyFrame()
Inicjuje nowe wystąpienie klasy Rotation3DKeyFrame.
protected:
Rotation3DKeyFrame();
protected Rotation3DKeyFrame ();
Protected Sub New ()
Dotyczy
Rotation3DKeyFrame(Rotation3D)
Inicjuje Rotation3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.
protected:
Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D)
Parametry
- value
- Rotation3D
Rotation3DKeyFrame Nowe Value wystąpienie.
Dotyczy
Rotation3DKeyFrame(Rotation3D, KeyTime)
Inicjuje Rotation3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.
protected:
Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D, keyTime As KeyTime)
Parametry
- value
- Rotation3D
Rotation3DKeyFrame Nowe Value wystąpienie.
- keyTime
- KeyTime
Rotation3DKeyFrame Nowe KeyTime wystąpienie.