MatrixKeyFrame Constructors

Definition

Initializes a new instance of the MatrixKeyFrame class.

Overloads

MatrixKeyFrame()

Initializes a new instance of the MatrixKeyFrame class.

MatrixKeyFrame(Matrix)

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

MatrixKeyFrame(Matrix, KeyTime)

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

MatrixKeyFrame()

Initializes a new instance of the MatrixKeyFrame class.

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

Applies to

MatrixKeyFrame(Matrix)

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

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

Parameters

value
Matrix

The Value of the new MatrixKeyFrame instance.

Applies to

MatrixKeyFrame(Matrix, KeyTime)

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

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

Parameters

value
Matrix

The Value of the new MatrixKeyFrame instance.

keyTime
KeyTime

The KeyTime of the new MatrixKeyFrame instance.

Applies to