Sdílet prostřednictvím


DiscreteRotation3DKeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteRotation3DKeyFrame třídy .

Přetížení

DiscreteRotation3DKeyFrame()

Inicializuje novou instanci DiscreteRotation3DKeyFrame třídy .

DiscreteRotation3DKeyFrame(Rotation3D)

Inicializuje novou instanci DiscreteRotation3DKeyFrame třídy se zadanou koncovou hodnotou.

DiscreteRotation3DKeyFrame(Rotation3D, KeyTime)

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

DiscreteRotation3DKeyFrame()

Inicializuje novou instanci DiscreteRotation3DKeyFrame třídy .

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

Platí pro

DiscreteRotation3DKeyFrame(Rotation3D)

Inicializuje novou instanci DiscreteRotation3DKeyFrame třídy se zadanou koncovou hodnotou.

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

Koncová hodnota (označovaná také jako "cílová hodnota") klíčového rámce.

Platí pro

DiscreteRotation3DKeyFrame(Rotation3D, KeyTime)

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

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

Koncová hodnota (označovaná také jako "cílová hodnota") klíčového rámce.

keyTime
KeyTime

Doba klíče pro klíčový snímek. Čas klíče určuje, kdy je dosaženo cílové hodnoty, což je také okamžik, kdy klíčový rámec končí.

Platí pro