EasingInt32KeyFrame Konstruktory

Definicja

Przeciążenia

EasingInt32KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt32KeyFrame.

EasingInt32KeyFrame(Int32)

Inicjuje EasingInt32KeyFrame nowe wystąpienie klasy o określonej Int32 wartości.

EasingInt32KeyFrame(Int32, KeyTime)

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

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

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

EasingInt32KeyFrame()

Inicjuje nowe wystąpienie klasy EasingInt32KeyFrame.

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

Zobacz też

Dotyczy

EasingInt32KeyFrame(Int32)

Inicjuje EasingInt32KeyFrame nowe wystąpienie klasy o określonej Int32 wartości.

public:
 EasingInt32KeyFrame(int value);
public EasingInt32KeyFrame (int value);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer)

Parametry

value
Int32

Wartość początkowa Int32 .

Zobacz też

Dotyczy

EasingInt32KeyFrame(Int32, KeyTime)

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

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime)

Parametry

value
Int32

Wartość początkowa Int32 .

keyTime
KeyTime

Początkowy czas klucza.

Zobacz też

Dotyczy

EasingInt32KeyFrame(Int32, KeyTime, IEasingFunction)

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

public:
 EasingInt32KeyFrame(int value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingInt32KeyFrame (int value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingInt32KeyFrame : int * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingInt32KeyFrame
Public Sub New (value As Integer, keyTime As KeyTime, easingFunction As IEasingFunction)

Parametry

value
Int32

Wartość początkowa Int32 .

keyTime
KeyTime

Początkowy czas klucza.

easingFunction
IEasingFunction

Funkcja złagodzenia.

Zobacz też

Dotyczy