Vector3DKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse.

Overloads

Name Description
Vector3DKeyFrame()

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse.

Vector3DKeyFrame(Vector3D)

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse met het opgegeven doel Value.

Vector3DKeyFrame(Vector3D, KeyTime)

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse met het opgegeven doel Value en KeyTime.

Vector3DKeyFrame()

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse.

protected:
 Vector3DKeyFrame();
protected Vector3DKeyFrame();
Protected Sub New ()

Van toepassing op

Vector3DKeyFrame(Vector3D)

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse met het opgegeven doel Value.

protected:
 Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value);
protected Vector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D)

Parameters

value
Vector3D

De Value nieuwe Vector3DKeyFrame instantie.

Van toepassing op

Vector3DKeyFrame(Vector3D, KeyTime)

Initialiseert een nieuw exemplaar van de Vector3DKeyFrame klasse met het opgegeven doel Value en KeyTime.

protected:
 Vector3DKeyFrame(System::Windows::Media::Media3D::Vector3D value, System::Windows::Media::Animation::KeyTime keyTime);
protected Vector3DKeyFrame(System.Windows.Media.Media3D.Vector3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Vector3DKeyFrame : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Vector3DKeyFrame
Protected Sub New (value As Vector3D, keyTime As KeyTime)

Parameters

value
Vector3D

De Value nieuwe Vector3DKeyFrame instantie.

keyTime
KeyTime

De KeyTime nieuwe Vector3DKeyFrame instantie.

Van toepassing op