Sdílet prostřednictvím


EasingRotation3DKeyFrame Konstruktory

Definice

Inicializuje novou instanci EasingRotation3DKeyFrame třídy.

Přetížení

EasingRotation3DKeyFrame()

Inicializuje novou instanci EasingRotation3DKeyFrame třídy.

EasingRotation3DKeyFrame(Rotation3D)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou.

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou a časem klíče.

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou, časem klíče a funkcí pro uvolnění.

EasingRotation3DKeyFrame()

Inicializuje novou instanci EasingRotation3DKeyFrame třídy.

public:
 EasingRotation3DKeyFrame();
public EasingRotation3DKeyFrame ();
Public Sub New ()

Viz také

Platí pro

EasingRotation3DKeyFrame(Rotation3D)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou.

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D)

Parametry

value
Rotation3D

Počáteční Rotation3D hodnota.

Platí pro

EasingRotation3DKeyFrame(Rotation3D, KeyTime)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou a časem klíče.

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D, keyTime As KeyTime)

Parametry

value
Rotation3D

Počáteční Rotation3D hodnota.

keyTime
KeyTime

Čas počátečního klíče.

Viz také

Platí pro

EasingRotation3DKeyFrame(Rotation3D, KeyTime, IEasingFunction)

Inicializuje novou instanci EasingRotation3DKeyFrame třídy se zadanou Rotation3D hodnotou, časem klíče a funkcí pro uvolnění.

public:
 EasingRotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingRotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingRotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingRotation3DKeyFrame
Public Sub New (value As Rotation3D, keyTime As KeyTime, easingFunction As IEasingFunction)

Parametry

value
Rotation3D

Počáteční Rotation3D hodnota.

keyTime
KeyTime

Čas počátečního klíče.

easingFunction
IEasingFunction

Funkce uvolňování.

Viz také

Platí pro