DiscreteInt16KeyFrame Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci DiscreteInt16KeyFrame třídy.
Přetížení
DiscreteInt16KeyFrame() |
Inicializuje novou instanci DiscreteInt16KeyFrame třídy. |
DiscreteInt16KeyFrame(Int16) |
Inicializuje novou instanci DiscreteInt16KeyFrame třídy se zadanou koncovou hodnotou. |
DiscreteInt16KeyFrame(Int16, KeyTime) |
Inicializuje novou instanci DiscreteInt16KeyFrame třídy se zadanou koncovou hodnotou a časem klíče. |
DiscreteInt16KeyFrame()
Inicializuje novou instanci DiscreteInt16KeyFrame třídy.
public:
DiscreteInt16KeyFrame();
public DiscreteInt16KeyFrame ();
Public Sub New ()
Platí pro
DiscreteInt16KeyFrame(Int16)
Inicializuje novou instanci DiscreteInt16KeyFrame třídy se zadanou koncovou hodnotou.
public:
DiscreteInt16KeyFrame(short value);
public DiscreteInt16KeyFrame (short value);
new System.Windows.Media.Animation.DiscreteInt16KeyFrame : int16 -> System.Windows.Media.Animation.DiscreteInt16KeyFrame
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
DiscreteInt16KeyFrame(Int16, KeyTime)
Inicializuje novou instanci DiscreteInt16KeyFrame třídy se zadanou koncovou hodnotou a časem klíče.
public:
DiscreteInt16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteInt16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteInt16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteInt16KeyFrame
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
Čas klíče pro snímek klíče. Čas klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.