Int64KeyFrame Constructors

Definition

Initializes a new instance of the Int64KeyFrame class.

Overloads

Int64KeyFrame()

Initializes a new instance of the Int64KeyFrame class.

Int64KeyFrame(Int64)

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

Int64KeyFrame(Int64, KeyTime)

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

Int64KeyFrame()

Initializes a new instance of the Int64KeyFrame class.

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

Applies to

Int64KeyFrame(Int64)

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

protected:
 Int64KeyFrame(long value);
protected Int64KeyFrame (long value);
new System.Windows.Media.Animation.Int64KeyFrame : int64 -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long)

Parameters

value
Int64

The Value of the new Int64KeyFrame instance.

Applies to

Int64KeyFrame(Int64, KeyTime)

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

protected:
 Int64KeyFrame(long value, System::Windows::Media::Animation::KeyTime keyTime);
protected Int64KeyFrame (long value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.Int64KeyFrame : int64 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int64KeyFrame
Protected Sub New (value As Long, keyTime As KeyTime)

Parameters

value
Int64

The Value of the new Int64KeyFrame instance.

keyTime
KeyTime

The KeyTime of the new Int64KeyFrame instance.

Applies to