DiscreteByteKeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteByteKeyFrame třídy.

Přetížení

DiscreteByteKeyFrame()

Inicializuje novou instanci DiscreteByteKeyFrame třídy.

DiscreteByteKeyFrame(Byte)

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

DiscreteByteKeyFrame(Byte, KeyTime)

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

DiscreteByteKeyFrame()

Inicializuje novou instanci DiscreteByteKeyFrame třídy.

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

Platí pro

DiscreteByteKeyFrame(Byte)

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

public:
 DiscreteByteKeyFrame(System::Byte value);
public DiscreteByteKeyFrame (byte value);
new System.Windows.Media.Animation.DiscreteByteKeyFrame : byte -> System.Windows.Media.Animation.DiscreteByteKeyFrame
Public Sub New (value As Byte)

Parametry

value
Byte

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

Platí pro

DiscreteByteKeyFrame(Byte, KeyTime)

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

public:
 DiscreteByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
public DiscreteByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.DiscreteByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.DiscreteByteKeyFrame
Public Sub New (value As Byte, keyTime As KeyTime)

Parametry

value
Byte

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