EasingPoint3DKeyFrame 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 EasingPoint3DKeyFrame třídy.
Přetížení
EasingPoint3DKeyFrame() |
Inicializuje novou instanci EasingPoint3DKeyFrame třídy. |
EasingPoint3DKeyFrame(Point3D) |
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou. |
EasingPoint3DKeyFrame(Point3D, KeyTime) |
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou a časem klíče. |
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction) |
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou, časem klíče a funkcí easing. |
EasingPoint3DKeyFrame()
Inicializuje novou instanci EasingPoint3DKeyFrame třídy.
public:
EasingPoint3DKeyFrame();
public EasingPoint3DKeyFrame ();
Public Sub New ()
Viz také
Platí pro
EasingPoint3DKeyFrame(Point3D)
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou.
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
public EasingPoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D)
Parametry
Viz také
Platí pro
EasingPoint3DKeyFrame(Point3D, KeyTime)
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou a časem klíče.
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
public EasingPoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime)
Parametry
- keyTime
- KeyTime
Počáteční doba klíče.
Viz také
Platí pro
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)
Inicializuje novou instanci EasingPoint3DKeyFrame třídy se zadanou Point3D hodnotou, časem klíče a funkcí easing.
public:
EasingPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime, System::Windows::Media::Animation::IEasingFunction ^ easingFunction);
public EasingPoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime, System.Windows.Media.Animation.IEasingFunction easingFunction);
new System.Windows.Media.Animation.EasingPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime * System.Windows.Media.Animation.IEasingFunction -> System.Windows.Media.Animation.EasingPoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime, easingFunction As IEasingFunction)
Parametry
- keyTime
- KeyTime
Počáteční doba klíče.
- easingFunction
- IEasingFunction
Funkce easingu.