EasingInt16KeyFrame Konstruktory

Definicja

Przeciążenia

EasingInt16KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt16KeyFrame.

EasingInt16KeyFrame(Int16)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy o określonej Int16 wartości.

EasingInt16KeyFrame(Int16, KeyTime)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy z określoną Int16 wartością i czasem klucza.

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy z określoną Int16 wartością, czasem klucza i funkcją złagodzenia.

EasingInt16KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt16KeyFrame.

public:
 EasingInt16KeyFrame();
public EasingInt16KeyFrame ();
Public Sub New ()

Zobacz też

Dotyczy

EasingInt16KeyFrame(Int16)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy o określonej Int16 wartości.

public:
 EasingInt16KeyFrame(short value);
public EasingInt16KeyFrame (short value);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short)

Parametry

value
Int16

Wartość początkowa Int16 .

Zobacz też

Dotyczy

EasingInt16KeyFrame(Int16, KeyTime)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy z określoną Int16 wartością i czasem klucza.

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime)

Parametry

value
Int16

Wartość początkowa Int16 .

keyTime
KeyTime

Początkowy czas klucza.

Zobacz też

Dotyczy

EasingInt16KeyFrame(Int16, KeyTime, IEasingFunction)

Inicjuje EasingInt16KeyFrame nowe wystąpienie klasy z określoną Int16 wartością, czasem klucza i funkcją złagodzenia.

public:
 EasingInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt16KeyFrame
Public Sub New (value As Short, keyTime As KeyTime, easingFunction As IEasingFunction)

Parametry

value
Int16

Wartość początkowa Int16 .

keyTime
KeyTime

Początkowy czas klucza.

easingFunction
IEasingFunction

Funkcja złagodzenia.

Zobacz też

Dotyczy