DiscreteRectKeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscreteRectKeyFrame třídy.

Přetížení

DiscreteRectKeyFrame()

Inicializuje novou instanci DiscreteRectKeyFrame třídy.

DiscreteRectKeyFrame(Rect)

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

DiscreteRectKeyFrame(Rect, KeyTime)

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

DiscreteRectKeyFrame()

Inicializuje novou instanci DiscreteRectKeyFrame třídy.

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

Platí pro

DiscreteRectKeyFrame(Rect)

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

public:
 DiscreteRectKeyFrame(System::Windows::Rect value);
public DiscreteRectKeyFrame (System.Windows.Rect value);
new System.Windows.Media.Animation.DiscreteRectKeyFrame : System.Windows.Rect -> System.Windows.Media.Animation.DiscreteRectKeyFrame
Public Sub New (value As Rect)

Parametry

value
Rect

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

Platí pro

DiscreteRectKeyFrame(Rect, KeyTime)

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

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

Parametry

value
Rect

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