Udostępnij za pośrednictwem


Int16KeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy Int16KeyFrame.

Przeciążenia

Int16KeyFrame()

Inicjuje nowe wystąpienie klasy Int16KeyFrame.

Int16KeyFrame(Int16)

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

Int16KeyFrame(Int16, KeyTime)

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

Int16KeyFrame()

Inicjuje nowe wystąpienie klasy Int16KeyFrame.

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

Dotyczy

Int16KeyFrame(Int16)

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

protected:
 Int16KeyFrame(short value);
protected Int16KeyFrame (short value);
new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short)

Parametry

value
Int16

Element Value nowego Int16KeyFrame wystąpienia.

Dotyczy

Int16KeyFrame(Int16, KeyTime)

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

protected:
 Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame
Protected Sub New (value As Short, keyTime As KeyTime)

Parametry

value
Int16

Element Value nowego Int16KeyFrame wystąpienia.

keyTime
KeyTime

Element KeyTime nowego Int16KeyFrame wystąpienia.

Dotyczy