EasingPoint3DKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse.

Overloads

Name Description
EasingPoint3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse.

EasingPoint3DKeyFrame(Point3D)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde.

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde en sleuteltijd.

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde, sleuteltijd en versoepelingsfunctie.

EasingPoint3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse.

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

Zie ook

Van toepassing op

EasingPoint3DKeyFrame(Point3D)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde.

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)

Parameters

value
Point3D

De initiële Point3D waarde.

Zie ook

Van toepassing op

EasingPoint3DKeyFrame(Point3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde en sleuteltijd.

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)

Parameters

value
Point3D

De initiële Point3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde, sleuteltijd en versoepelingsfunctie.

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)

Parameters

value
Point3D

De initiële Point3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op