Matrix(Double, Double, Double, Double, Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
Remarks
This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix
struct. For more information, see Matrix in the UWP API reference.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.