VectorKeyFrame 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 VectorKeyFrame class.
Overloads
VectorKeyFrame() |
Initializes a new instance of the VectorKeyFrame class. |
VectorKeyFrame(Vector) |
Initializes a new instance of the VectorKeyFrame class that has the specified target Value. |
VectorKeyFrame(Vector, KeyTime) |
Initializes a new instance of the VectorKeyFrame class that has the specified target Value and KeyTime. |
VectorKeyFrame()
Initializes a new instance of the VectorKeyFrame class.
protected:
VectorKeyFrame();
protected VectorKeyFrame ();
Protected Sub New ()
Applies to
VectorKeyFrame(Vector)
Initializes a new instance of the VectorKeyFrame class that has the specified target Value.
protected:
VectorKeyFrame(System::Windows::Vector value);
protected VectorKeyFrame (System.Windows.Vector value);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector)
Parameters
- value
- Vector
The Value of the new VectorKeyFrame instance.
Applies to
VectorKeyFrame(Vector, KeyTime)
Initializes a new instance of the VectorKeyFrame class that has the specified target Value and KeyTime.
protected:
VectorKeyFrame(System::Windows::Vector value, System::Windows::Media::Animation::KeyTime keyTime);
protected VectorKeyFrame (System.Windows.Vector value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector, keyTime As KeyTime)
Parameters
- value
- Vector
The Value of the new VectorKeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new VectorKeyFrame instance.