MatrixKeyFrame Constructors

Definitie

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse.

Overloads

Name Description
MatrixKeyFrame()

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse.

MatrixKeyFrame(Matrix)

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse met het opgegeven doel Value.

MatrixKeyFrame(Matrix, KeyTime)

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse met het opgegeven doel Value en KeyTime.

MatrixKeyFrame()

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse.

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

Van toepassing op

MatrixKeyFrame(Matrix)

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse met het opgegeven doel 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

De Value nieuwe MatrixKeyFrame instantie.

Van toepassing op

MatrixKeyFrame(Matrix, KeyTime)

Initialiseert een nieuw exemplaar van de MatrixKeyFrame klasse met het opgegeven doel Value en 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

De Value nieuwe MatrixKeyFrame instantie.

keyTime
KeyTime

De KeyTime nieuwe MatrixKeyFrame instantie.

Van toepassing op