Sdílet prostřednictvím


LinearInt16KeyFrame Konstruktory

Definice

Inicializuje novou instanci LinearInt16KeyFrame třídy.

Přetížení

LinearInt16KeyFrame()

Inicializuje novou instanci LinearInt16KeyFrame třídy.

LinearInt16KeyFrame(Int16)

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

LinearInt16KeyFrame(Int16, KeyTime)

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

LinearInt16KeyFrame()

Inicializuje novou instanci LinearInt16KeyFrame třídy.

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

Platí pro

LinearInt16KeyFrame(Int16)

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

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

Parametry

value
Int16

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

Platí pro

LinearInt16KeyFrame(Int16, KeyTime)

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

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

Parametry

value
Int16

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