LinearInt64KeyFrame Konstruktory

Definice

Inicializuje novou instanci LinearInt64KeyFrame třídy.

Přetížení

LinearInt64KeyFrame()

Inicializuje novou instanci LinearInt64KeyFrame třídy.

LinearInt64KeyFrame(Int64)

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

LinearInt64KeyFrame(Int64, KeyTime)

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

LinearInt64KeyFrame()

Inicializuje novou instanci LinearInt64KeyFrame třídy.

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

Platí pro

LinearInt64KeyFrame(Int64)

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

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

Parametry

value
Int64

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

Platí pro

LinearInt64KeyFrame(Int64, KeyTime)

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

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

Parametry

value
Int64

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

keyTime
KeyTime

Doba klíče pro snímek klíče. Doba klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.

Platí pro