ByteKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ByteKeyFrame.

Przeciążenia

ByteKeyFrame()

Inicjuje nowe wystąpienie klasy ByteKeyFrame.

ByteKeyFrame(Byte)

Inicjuje ByteKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

ByteKeyFrame(Byte, KeyTime)

Inicjuje ByteKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.

ByteKeyFrame()

Inicjuje nowe wystąpienie klasy ByteKeyFrame.

protected:
 ByteKeyFrame();
protected ByteKeyFrame ();
Protected Sub New ()

Dotyczy

ByteKeyFrame(Byte)

Inicjuje ByteKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

protected:
 ByteKeyFrame(System::Byte value);
protected ByteKeyFrame (byte value);
new System.Windows.Media.Animation.ByteKeyFrame : byte -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte)

Parametry

value
Byte

ByteKeyFrame Nowe Value wystąpienie.

Dotyczy

ByteKeyFrame(Byte, KeyTime)

Inicjuje ByteKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.

protected:
 ByteKeyFrame(System::Byte value, System::Windows::Media::Animation::KeyTime keyTime);
protected ByteKeyFrame (byte value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.ByteKeyFrame : byte * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.ByteKeyFrame
Protected Sub New (value As Byte, keyTime As KeyTime)

Parametry

value
Byte

ByteKeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

ByteKeyFrame Nowe KeyTime wystąpienie.

Dotyczy