Sdílet prostřednictvím


EasingPoint3DKeyFrame Konstruktory

Definice

Inicializuje novou instanci EasingPoint3DKeyFrame třídy.

Přetížení

EasingPoint3DKeyFrame()

Inicializuje novou instanci EasingPoint3DKeyFrame třídy.

EasingPoint3DKeyFrame(Point3D)

Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou.

EasingPoint3DKeyFrame(Point3D, KeyTime)

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

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou, časem klíče a funkcí easing.

EasingPoint3DKeyFrame()

Inicializuje novou instanci EasingPoint3DKeyFrame třídy.

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

Viz také

Platí pro

EasingPoint3DKeyFrame(Point3D)

Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou.

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

Parametry

value
Point3D

Point3D Počáteční hodnota.

Viz také

Platí pro

EasingPoint3DKeyFrame(Point3D, KeyTime)

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

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

Parametry

value
Point3D

Point3D Počáteční hodnota.

keyTime
KeyTime

Počáteční doba klíče.

Viz také

Platí pro

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou, časem klíče a funkcí easing.

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

Parametry

value
Point3D

Point3D Počáteční hodnota.

keyTime
KeyTime

Počáteční doba klíče.

easingFunction
IEasingFunction

Funkce easingu.

Viz také

Platí pro