Vector3DKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Vector3DKeyFrame.

Przeciążenia

Vector3DKeyFrame()

Inicjuje nowe wystąpienie klasy Vector3DKeyFrame.

Vector3DKeyFrame(Vector3D)

Inicjuje Vector3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

Vector3DKeyFrame(Vector3D, KeyTime)

Inicjuje Vector3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.

Vector3DKeyFrame()

Inicjuje nowe wystąpienie klasy Vector3DKeyFrame.

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

Dotyczy

Vector3DKeyFrame(Vector3D)

Inicjuje Vector3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy 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)

Parametry

value
Vector3D

Vector3DKeyFrame Nowe Value wystąpienie.

Dotyczy

Vector3DKeyFrame(Vector3D, KeyTime)

Inicjuje Vector3DKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i 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)

Parametry

value
Vector3D

Vector3DKeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

Vector3DKeyFrame Nowe KeyTime wystąpienie.

Dotyczy