Udostępnij za pośrednictwem


Point3DKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Point3DKeyFrame.

Przeciążenia

Point3DKeyFrame()

Inicjuje nowe wystąpienie klasy Point3DKeyFrame.

Point3DKeyFrame(Point3D)

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

Point3DKeyFrame(Point3D, KeyTime)

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

Point3DKeyFrame()

Inicjuje nowe wystąpienie klasy Point3DKeyFrame.

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

Dotyczy

Point3DKeyFrame(Point3D)

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

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

Parametry

value
Point3D

Point3DKeyFrame Nowe Value wystąpienie.

Dotyczy

Point3DKeyFrame(Point3D, KeyTime)

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

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

Parametry

value
Point3D

Point3DKeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

Point3DKeyFrame Nowe KeyTime wystąpienie.

Dotyczy