DiscretePointKeyFrame Konstruktory

Definice

Inicializuje novou instanci DiscretePointKeyFrame třídy.

Přetížení

DiscretePointKeyFrame()

Inicializuje novou instanci DiscretePointKeyFrame třídy.

DiscretePointKeyFrame(Point)

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

DiscretePointKeyFrame(Point, KeyTime)

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

DiscretePointKeyFrame()

Inicializuje novou instanci DiscretePointKeyFrame třídy.

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

Platí pro

DiscretePointKeyFrame(Point)

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

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

Parametry

value
Point

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

Platí pro

DiscretePointKeyFrame(Point, KeyTime)

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

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

Parametry

value
Point

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

keyTime
KeyTime

Čas klíče pro snímek klíče. Čas klíče určuje, kdy je dosažena cílová hodnota, což je také při ukončení rámce klíče.

Platí pro