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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.