Sdílet prostřednictvím


DiscreteVector3DKeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteVector3DKeyFrame třídy.

Přetížení

DiscreteVector3DKeyFrame()

Inicializuje novou instanci DiscreteVector3DKeyFrame třídy.

DiscreteVector3DKeyFrame(Vector3D)

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

DiscreteVector3DKeyFrame(Vector3D, KeyTime)

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

DiscreteVector3DKeyFrame()

Inicializuje novou instanci DiscreteVector3DKeyFrame třídy.

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

Platí pro

DiscreteVector3DKeyFrame(Vector3D)

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

public:
 DiscreteVector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
public DiscreteVector3DKeyFrame (System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.DiscreteVector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.DiscreteVector3DKeyFrame
Public Sub New (value As Vector3D)

Parametry

value
Vector3D

Koncová hodnota (označovaná také jako "cílová hodnota") pro rámec klíče.

Platí pro

DiscreteVector3DKeyFrame(Vector3D, KeyTime)

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

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

Parametry

value
Vector3D

Koncová hodnota (označovaná také jako "cílová hodnota") pro rámec klíče.

keyTime
KeyTime

Doba klíče pro snímek klíče. Doba klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.

Platí pro