Język

MatrixKeyFrame Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MatrixKeyFrame.

Przeciążenia

Nazwa Opis
MatrixKeyFrame()

Inicjuje nowe wystąpienie klasy MatrixKeyFrame.

MatrixKeyFrame(Matrix)

Inicjuje MatrixKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value.

MatrixKeyFrame(Matrix, KeyTime)

Inicjuje MatrixKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i KeyTime.

MatrixKeyFrame()

Inicjuje nowe wystąpienie klasy MatrixKeyFrame.

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

Dotyczy

MatrixKeyFrame(Matrix)

Inicjuje MatrixKeyFrame nowe wystąpienie klasy, która ma określony element docelowy 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)

Parametry

value
Matrix

Wystąpienie Value nowego MatrixKeyFrame .

Dotyczy

MatrixKeyFrame(Matrix, KeyTime)

Inicjuje MatrixKeyFrame nowe wystąpienie klasy, która ma określony element docelowy Value i 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)

Parametry

value
Matrix

Wystąpienie Value nowego MatrixKeyFrame .

keyTime
KeyTime

Wystąpienie KeyTime nowego MatrixKeyFrame .

Dotyczy