EasingVector3DKeyFrame Konstruktory

Definicja

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

value
Vector3D

Wartość początkowa Vector3D .

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

value
Vector3D

Wartość początkowa Vector3D .

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

value
Vector3D

Wartość początkowa Vector3D .

keyTime
KeyTime

Początkowy czas klucza.

easingFunction
IEasingFunction

Funkcja złagodzenia.

Zobacz też

Dotyczy