Sdílet prostřednictvím


SplineInt16KeyFrame Konstruktory

Definice

Inicializuje novou instanci SplineInt16KeyFrame třídy.

Přetížení

SplineInt16KeyFrame()

Inicializuje novou instanci SplineInt16KeyFrame třídy.

SplineInt16KeyFrame(Int16)

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

SplineInt16KeyFrame(Int16, KeyTime)

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

SplineInt16KeyFrame(Int16, KeyTime, KeySpline)

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

SplineInt16KeyFrame()

Inicializuje novou instanci SplineInt16KeyFrame třídy.

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

Platí pro

SplineInt16KeyFrame(Int16)

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

public:
 SplineInt16KeyFrame(short value);
public SplineInt16KeyFrame (short value);
new System.Windows.Media.Animation.SplineInt16KeyFrame : int16 -> System.Windows.Media.Animation.SplineInt16KeyFrame
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

SplineInt16KeyFrame(Int16, KeyTime)

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

public:
 SplineInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public SplineInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SplineInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SplineInt16KeyFrame
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

SplineInt16KeyFrame(Int16, KeyTime, KeySpline)

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

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

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.

keySpline
KeySpline

KeySpline pro snímek klíče. Představuje KeySpline bezierovou křivku, která definuje průběh animace klíčového rámečku.

Platí pro