PointKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PointKeyFrame.

Przeciążenia

PointKeyFrame()

Inicjuje nowe wystąpienie klasy PointKeyFrame.

PointKeyFrame(Point)

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

PointKeyFrame(Point, KeyTime)

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

PointKeyFrame()

Inicjuje nowe wystąpienie klasy PointKeyFrame.

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

Dotyczy

PointKeyFrame(Point)

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

protected:
 PointKeyFrame(System::Windows::Point value);
protected PointKeyFrame (System.Windows.Point value);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point)

Parametry

value
Point

Element Value nowego PointKeyFrame wystąpienia.

Dotyczy

PointKeyFrame(Point, KeyTime)

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

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

Parametry

value
Point

Element Value nowego PointKeyFrame wystąpienia.

keyTime
KeyTime

Element KeyTime nowego PointKeyFrame wystąpienia.

Dotyczy