Share via


DiscreteInt32KeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteInt32KeyFrame třídy.

Přetížení

DiscreteInt32KeyFrame()

Inicializuje novou instanci DiscreteInt32KeyFrame třídy.

DiscreteInt32KeyFrame(Int32)

Inicializuje novou instanci DiscreteInt32KeyFrame třídy se zadanou koncovou hodnotou.

DiscreteInt32KeyFrame(Int32, KeyTime)

Inicializuje novou instanci DiscreteInt32KeyFrame třídy se zadanou koncovou hodnotou a časem klíče.

DiscreteInt32KeyFrame()

Inicializuje novou instanci DiscreteInt32KeyFrame třídy.

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

Platí pro

DiscreteInt32KeyFrame(Int32)

Inicializuje novou instanci DiscreteInt32KeyFrame třídy se zadanou koncovou hodnotou.

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

Parametry

value
Int32

Koncová hodnota (označovaná také jako "cílová hodnota") pro snímek klíče.

Platí pro

DiscreteInt32KeyFrame(Int32, KeyTime)

Inicializuje novou instanci DiscreteInt32KeyFrame třídy se zadanou koncovou hodnotou a časem klíče.

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

Parametry

value
Int32

Koncová hodnota (označovaná také jako "cílová hodnota") pro snímek klíče.

keyTime
KeyTime

Doba klíče pro snímek klíče. Čas klíče určuje, kdy je dosaženo cílové hodnoty, což je také okamžik, kdy končí rámec klíče.

Platí pro