Udostępnij za pośrednictwem


RectKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RectKeyFrame.

Przeciążenia

RectKeyFrame()

Inicjuje nowe wystąpienie klasy RectKeyFrame.

RectKeyFrame(Rect)

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

RectKeyFrame(Rect, KeyTime)

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

RectKeyFrame()

Inicjuje nowe wystąpienie klasy RectKeyFrame.

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

Dotyczy

RectKeyFrame(Rect)

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

protected:
 RectKeyFrame(System::Windows::Rect value);
protected RectKeyFrame (System.Windows.Rect value);
new System.Windows.Media.Animation.RectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.RectKeyFrame
Protected Sub New (value As Rect)

Parametry

value
Rect

RectKeyFrame Nowe Value wystąpienie.

Dotyczy

RectKeyFrame(Rect, KeyTime)

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

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

Parametry

value
Rect

RectKeyFrame Nowe Value wystąpienie.

keyTime
KeyTime

RectKeyFrame Nowe KeyTime wystąpienie.

Dotyczy