Rotation3DKeyFrame Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Rotation3DKeyFrame class.
Overloads
Rotation3DKeyFrame() |
Initializes a new instance of the Rotation3DKeyFrame class. |
Rotation3DKeyFrame(Rotation3D) |
Initializes a new instance of the Rotation3DKeyFrame class that has the specified target Value. |
Rotation3DKeyFrame(Rotation3D, KeyTime) |
Initializes a new instance of the Rotation3DKeyFrame class that has the specified target Value and KeyTime. |
Rotation3DKeyFrame()
Initializes a new instance of the Rotation3DKeyFrame class.
protected:
Rotation3DKeyFrame();
protected Rotation3DKeyFrame ();
Protected Sub New ()
Applies to
Rotation3DKeyFrame(Rotation3D)
Initializes a new instance of the Rotation3DKeyFrame class that has the specified target Value.
protected:
Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D)
Parameters
- value
- Rotation3D
The Value of the new Rotation3DKeyFrame instance.
Applies to
Rotation3DKeyFrame(Rotation3D, KeyTime)
Initializes a new instance of the Rotation3DKeyFrame class that has the specified target Value and KeyTime.
protected:
Rotation3DKeyFrame(System::Windows::Media::Media3D::Rotation3D ^ value, System::Windows::Media::Animation::KeyTime keyTime);
protected Rotation3DKeyFrame (System.Windows.Media.Media3D.Rotation3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Rotation3DKeyFrame : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Rotation3DKeyFrame
Protected Sub New (value As Rotation3D, keyTime As KeyTime)
Parameters
- value
- Rotation3D
The Value of the new Rotation3DKeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new Rotation3DKeyFrame instance.