Sdílet prostřednictvím


LinearPoint3DKeyFrame Konstruktory

Definice

Inicializuje novou instanci LinearPoint3DKeyFrame třídy.

Přetížení

LinearPoint3DKeyFrame()

Inicializuje novou instanci LinearPoint3DKeyFrame třídy.

LinearPoint3DKeyFrame(Point3D)

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

LinearPoint3DKeyFrame(Point3D, KeyTime)

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

LinearPoint3DKeyFrame()

Inicializuje novou instanci LinearPoint3DKeyFrame třídy.

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

Platí pro

LinearPoint3DKeyFrame(Point3D)

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

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

Parametry

value
Point3D

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

Platí pro

LinearPoint3DKeyFrame(Point3D, KeyTime)

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

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

Parametry

value
Point3D

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