EasingPoint3DKeyFrame Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse.
Overloads
| Name | Description |
|---|---|
| EasingPoint3DKeyFrame() |
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse. |
| EasingPoint3DKeyFrame(Point3D) |
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde. |
| EasingPoint3DKeyFrame(Point3D, KeyTime) |
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde en sleuteltijd. |
| EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction) |
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde, sleuteltijd en versoepelingsfunctie. |
EasingPoint3DKeyFrame()
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse.
public:
EasingPoint3DKeyFrame();
public EasingPoint3DKeyFrame();
Public Sub New ()
Zie ook
Van toepassing op
EasingPoint3DKeyFrame(Point3D)
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde.
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)
Parameters
Zie ook
Van toepassing op
EasingPoint3DKeyFrame(Point3D, KeyTime)
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde en sleuteltijd.
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)
Parameters
- keyTime
- KeyTime
De eerste sleuteltijd.
Zie ook
Van toepassing op
EasingPoint3DKeyFrame(Point3D, KeyTime, IEasingFunction)
Initialiseert een nieuw exemplaar van de EasingPoint3DKeyFrame klasse met de opgegeven Point3D waarde, sleuteltijd en versoepelingsfunctie.
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)
Parameters
- keyTime
- KeyTime
De eerste sleuteltijd.
- easingFunction
- IEasingFunction
De versoepelingsfunctie.