SizeKeyFrame Constructors

Definition

Initializes a new instance of the SizeKeyFrame class.

Overloads

SizeKeyFrame()

Initializes a new instance of the SizeKeyFrame class.

SizeKeyFrame(Size)

Initializes a new instance of the SizeKeyFrame class that has the specified target Value.

SizeKeyFrame(Size, KeyTime)

Initializes a new instance of the SizeKeyFrame class that has the specified target Value and KeyTime.

SizeKeyFrame()

Initializes a new instance of the SizeKeyFrame class.

protected:
 SizeKeyFrame();
protected SizeKeyFrame ();
Protected Sub New ()

Applies to

SizeKeyFrame(Size)

Initializes a new instance of the SizeKeyFrame class that has the specified target Value.

protected:
 SizeKeyFrame(System::Windows::Size value);
protected SizeKeyFrame (System.Windows.Size value);
new System.Windows.Media.Animation.SizeKeyFrame : System.Windows.Size -> System.Windows.Media.Animation.SizeKeyFrame
Protected Sub New (value As Size)

Parameters

value
Size

The Value of the new SizeKeyFrame instance.

Applies to

SizeKeyFrame(Size, KeyTime)

Initializes a new instance of the SizeKeyFrame class that has the specified target Value and KeyTime.

protected:
 SizeKeyFrame(System::Windows::Size value, System::Windows::Media::Animation::KeyTime keyTime);
protected SizeKeyFrame (System.Windows.Size value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.SizeKeyFrame : System.Windows.Size * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.SizeKeyFrame
Protected Sub New (value As Size, keyTime As KeyTime)

Parameters

value
Size

The Value of the new SizeKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new SizeKeyFrame instance.

Applies to