DoubleKeyFrame Constructors

Definition

Initializes a new instance of the DoubleKeyFrame class.

Overloads

DoubleKeyFrame()

Initializes a new instance of the DoubleKeyFrame class.

DoubleKeyFrame(Double)

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

DoubleKeyFrame(Double, KeyTime)

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

DoubleKeyFrame()

Initializes a new instance of the DoubleKeyFrame class.

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

Applies to

DoubleKeyFrame(Double)

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

protected:
 DoubleKeyFrame(double value);
protected DoubleKeyFrame (double value);
new System.Windows.Media.Animation.DoubleKeyFrame : double -> System.Windows.Media.Animation.DoubleKeyFrame
Protected Sub New (value As Double)

Parameters

value
Double

The Value of the new DoubleKeyFrame instance.

Applies to

DoubleKeyFrame(Double, KeyTime)

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

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

Parameters

value
Double

The Value of the new DoubleKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new DoubleKeyFrame instance.

Applies to