Język

Vector3DKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Vector3DKeyFrame.

Przeciążenia

Nazwa Opis
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

Wystąpienie Value nowego Vector3DKeyFrame .

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

Wystąpienie Value nowego Vector3DKeyFrame .

keyTime
KeyTime

Wystąpienie KeyTime nowego Vector3DKeyFrame .

Dotyczy