Matrix(Double, Double, Double, Double, Double, Double) Construtor

Definição

Inicializa um struct Matrix.Initializes a Matrix struct.

public:
 Matrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY);
public Matrix (double m11, double m12, double m21, double m22, double offsetX, double offsetY);
new Windows.UI.Xaml.Media.Matrix : double * double * double * double * double * double -> Windows.UI.Xaml.Media.Matrix
Public Sub New (m11 As Double, m12 As Double, m21 As Double, m22 As Double, offsetX As Double, offsetY As Double)

Parâmetros

m11
Double

O coeficiente M11 do struct Matrix.The Matrix struct's M11 coefficient.

m12
Double

O coeficiente M12 do struct Matrix.The Matrix struct's M12 coefficient.

m21
Double

O coeficiente M21 do struct Matrix.The Matrix struct's M21 coefficient.

m22
Double

O coeficiente M22 do struct Matrix.The Matrix struct's M22 coefficient.

offsetX
Double

O coeficiente OffsetX do struct Matrix.The Matrix struct's OffsetX coefficient.

offsetY
Double

O coeficiente OffsetY do struct Matrix.The Matrix struct's OffsetY coefficient.

Comentários

Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Matrix .This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. Para obter mais informações, consulte matriz na referência da API UWP.For more information, see Matrix in the UWP API reference.

Aplica-se a