CharKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CharKeyFrame.

Przeciążenia

CharKeyFrame()

Inicjuje nowe wystąpienie klasy CharKeyFrame.

CharKeyFrame(Char)

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

CharKeyFrame(Char, KeyTime)

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

CharKeyFrame()

Inicjuje nowe wystąpienie klasy CharKeyFrame.

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

Dotyczy

CharKeyFrame(Char)

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

protected:
 CharKeyFrame(char value);
protected CharKeyFrame (char value);
new System.Windows.Media.Animation.CharKeyFrame : char -> System.Windows.Media.Animation.CharKeyFrame
Protected Sub New (value As Char)

Parametry

value
Char

CharKeyFrame Nowe Value wystąpienie.

Dotyczy

CharKeyFrame(Char, KeyTime)

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

protected:
 CharKeyFrame(char value, System::Windows::Media::Animation::KeyTime keyTime);
protected CharKeyFrame (char value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.CharKeyFrame : char * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.CharKeyFrame
Protected Sub New (value As Char, keyTime As KeyTime)

Parametry

value
Char

CharKeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

CharKeyFrame Nowe KeyTime wystąpienie.

Dotyczy