Sdílet prostřednictvím


DiscreteInt64KeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteInt64KeyFrame třídy.

Přetížení

DiscreteInt64KeyFrame()

Inicializuje novou instanci DiscreteInt64KeyFrame třídy.

DiscreteInt64KeyFrame(Int64)

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

DiscreteInt64KeyFrame(Int64, KeyTime)

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

DiscreteInt64KeyFrame()

Inicializuje novou instanci DiscreteInt64KeyFrame třídy.

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

Platí pro

DiscreteInt64KeyFrame(Int64)

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

public:
 DiscreteInt64KeyFrame(long value);
public DiscreteInt64KeyFrame (long value);
new System.Windows.Media.Animation.DiscreteInt64KeyFrame : int64 -> System.Windows.Media.Animation.DiscreteInt64KeyFrame
Public Sub New (value As Long)

Parametry

value
Int64

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

Platí pro

DiscreteInt64KeyFrame(Int64, KeyTime)

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

public:
 DiscreteInt64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteInt64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteInt64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteInt64KeyFrame
Public Sub New (value As Long, keyTime As KeyTime)

Parametry

value
Int64

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