PointKeyFrame Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci PointKeyFrame třídy.
Přetížení
PointKeyFrame() |
Inicializuje novou instanci PointKeyFrame třídy. |
PointKeyFrame(Point) |
Inicializuje novou instanci PointKeyFrame třídy, která má zadaný cíl Value. |
PointKeyFrame(Point, KeyTime) |
Inicializuje novou instanci PointKeyFrame třídy, která má zadaný cíl Value a KeyTime. |
PointKeyFrame()
Inicializuje novou instanci PointKeyFrame třídy.
protected:
PointKeyFrame();
protected PointKeyFrame ();
Protected Sub New ()
Platí pro
PointKeyFrame(Point)
Inicializuje novou instanci PointKeyFrame třídy, která má zadaný cíl Value.
protected:
PointKeyFrame(System::Windows::Point value);
protected PointKeyFrame (System.Windows.Point value);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point)
Parametry
- value
- Point
PointKeyFrame Nová Value instance.
Platí pro
PointKeyFrame(Point, KeyTime)
Inicializuje novou instanci PointKeyFrame třídy, která má zadaný cíl Value a KeyTime.
protected:
PointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
protected PointKeyFrame (System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point, keyTime As KeyTime)
Parametry
- value
- Point
PointKeyFrame Nová Value instance.
- keyTime
- KeyTime
PointKeyFrame Nová KeyTime instance.