Język

PointKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PointKeyFrame.

Przeciążenia

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

Wystąpienie Value nowego PointKeyFrame .

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

Wystąpienie Value nowego PointKeyFrame .

keyTime
KeyTime

Wystąpienie KeyTime nowego PointKeyFrame .

Dotyczy