PointKeyFrame 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 PointKeyFrame class.
Overloads
PointKeyFrame() |
Initializes a new instance of the PointKeyFrame class. |
PointKeyFrame(Point) |
Initializes a new instance of the PointKeyFrame class that has the specified target Value. |
PointKeyFrame(Point, KeyTime) |
Initializes a new instance of the PointKeyFrame class that has the specified target Value and KeyTime. |
PointKeyFrame()
Initializes a new instance of the PointKeyFrame class.
protected:
PointKeyFrame();
protected PointKeyFrame ();
Protected Sub New ()
Applies to
PointKeyFrame(Point)
Initializes a new instance of the PointKeyFrame class that has the specified target 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)
Parameters
- value
- Point
The Value of the new PointKeyFrame instance.
Applies to
PointKeyFrame(Point, KeyTime)
Initializes a new instance of the PointKeyFrame class that has the specified target Value and 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)
Parameters
- value
- Point
The Value of the new PointKeyFrame instance.
- keyTime
- KeyTime
The KeyTime of the new PointKeyFrame instance.