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