Udostępnij za pośrednictwem


EasingByteKeyFrame Konstruktory

Definicja

Przeciążenia

EasingByteKeyFrame()

Inicjuje nowe wystąpienie klasy EasingByteKeyFrame.

EasingByteKeyFrame(Byte)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością.

EasingByteKeyFrame(Byte, KeyTime)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością i czasem klucza.

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością, czasem klucza i funkcją złagodzenia.

EasingByteKeyFrame()

Inicjuje nowe wystąpienie klasy EasingByteKeyFrame.

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

Zobacz też

Dotyczy

EasingByteKeyFrame(Byte)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością.

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

Parametry

value
Byte

Wartość początkowa Byte .

Zobacz też

Dotyczy

EasingByteKeyFrame(Byte, KeyTime)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością i czasem klucza.

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

Parametry

value
Byte

Wartość początkowa Byte .

keyTime
KeyTime

Początkowy czas klucza.

Zobacz też

Dotyczy

EasingByteKeyFrame(Byte, KeyTime, IEasingFunction)

Inicjuje EasingByteKeyFrame nowe wystąpienie klasy z określoną Byte wartością, czasem klucza i funkcją złagodzenia.

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

Parametry

value
Byte

Wartość początkowa Byte .

keyTime
KeyTime

Początkowy czas klucza.

easingFunction
IEasingFunction

Funkcja złagodzenia.

Zobacz też

Dotyczy