EasingVector3DKeyFrame 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 EasingVector3DKeyFrame.
Przeciążenia
EasingVector3DKeyFrame() |
Inicjuje nowe wystąpienie klasy EasingVector3DKeyFrame. |
EasingVector3DKeyFrame(Vector3D) |
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy o określonej Vector3D wartości. |
EasingVector3DKeyFrame(Vector3D, KeyTime) |
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy z określoną Vector3D wartością i czasem klucza. |
EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction) |
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy z określoną Vector3D wartością, czasem klucza i funkcją złagodzenia. |
EasingVector3DKeyFrame()
Inicjuje nowe wystąpienie klasy EasingVector3DKeyFrame.
public:
EasingVector3DKeyFrame();
public EasingVector3DKeyFrame ();
Public Sub New ()
Dotyczy
EasingVector3DKeyFrame(Vector3D)
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy o określonej Vector3D wartości.
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D)
Parametry
Dotyczy
EasingVector3DKeyFrame(Vector3D, KeyTime)
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy z określoną Vector3D wartością i czasem klucza.
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D, keyTime As KeyTime)
Parametry
- keyTime
- KeyTime
Początkowy czas klucza.
Zobacz też
Dotyczy
EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)
Inicjuje EasingVector3DKeyFrame nowe wystąpienie klasy z określoną Vector3D wartością, czasem klucza i funkcją złagodzenia.
public:
EasingVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingVector3DKeyFrame
Public Sub New (value As Vector3D, keyTime As KeyTime, easingFunction As IEasingFunction)
Parametry
- keyTime
- KeyTime
Początkowy czas klucza.
- easingFunction
- IEasingFunction
Funkcja złagodzenia.