LinearPointKeyFrame Konstruktory

Definice

Inicializuje novou instanci LinearPointKeyFrame třídy.

Přetížení

Name Description
LinearPointKeyFrame()

Inicializuje novou instanci LinearPointKeyFrame třídy.

LinearPointKeyFrame(Point)

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

LinearPointKeyFrame(Point, KeyTime)

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

LinearPointKeyFrame()

Inicializuje novou instanci LinearPointKeyFrame třídy.

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

Platí pro

LinearPointKeyFrame(Point)

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

public:
 LinearPointKeyFrame(System::Windows::Point value);
public LinearPointKeyFrame(System.Windows.Point value);
new System.Windows.Media.Animation.LinearPointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.LinearPointKeyFrame
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

LinearPointKeyFrame(Point, KeyTime)

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

public:
 LinearPointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearPointKeyFrame(System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearPointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearPointKeyFrame
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

Doba klíče pro snímek klíče. Doba klíče určuje, kdy je dosažena cílová hodnota, což je také v okamžiku ukončení rámce klíče.

Platí pro