EasingVector3DKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse.

Overloads

Name Description
EasingVector3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse.

EasingVector3DKeyFrame(Vector3D)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde.

EasingVector3DKeyFrame(Vector3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde en sleuteltijd.

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde, sleuteltijd en versoepelingsfunctie.

EasingVector3DKeyFrame()

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse.

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

Van toepassing op

EasingVector3DKeyFrame(Vector3D)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde.

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

Parameters

value
Vector3D

De initiële Vector3D waarde.

Van toepassing op

EasingVector3DKeyFrame(Vector3D, KeyTime)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde en sleuteltijd.

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

Parameters

value
Vector3D

De initiële Vector3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

Zie ook

Van toepassing op

EasingVector3DKeyFrame(Vector3D, KeyTime, IEasingFunction)

Initialiseert een nieuw exemplaar van de EasingVector3DKeyFrame klasse met de opgegeven Vector3D waarde, sleuteltijd en versoepelingsfunctie.

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

Parameters

value
Vector3D

De initiële Vector3D waarde.

keyTime
KeyTime

De eerste sleuteltijd.

easingFunction
IEasingFunction

De versoepelingsfunctie.

Zie ook

Van toepassing op