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 new instance of the Matrix structure.
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 System.Windows.Media.Matrix : double * double * double * double * double * double -> System.Windows.Media.Matrix
Public Sub New (m11 As Double, m12 As Double, m21 As Double, m22 As Double, offsetX As Double, offsetY As Double)
Parameters
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.