Matrix Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of Matrix.
Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Sub New ( _
    m11 As Single, _
    m12 As Single, _
    m13 As Single, _
    m14 As Single, _
    m21 As Single, _
    m22 As Single, _
    m23 As Single, _
    m24 As Single, _
    m31 As Single, _
    m32 As Single, _
    m33 As Single, _
    m34 As Single, _
    m41 As Single, _
    m42 As Single, _
    m43 As Single, _
    m44 As Single _
)
public Matrix(
    float m11,
    float m12,
    float m13,
    float m14,
    float m21,
    float m22,
    float m23,
    float m24,
    float m31,
    float m32,
    float m33,
    float m34,
    float m41,
    float m42,
    float m43,
    float m44
)
Parameters
- m11
 Type: System.Single
 Value to initialize m11 to.
- m12
 Type: System.Single
 Value to initialize m12 to.
- m13
 Type: System.Single
 Value to initialize m13 to.
- m14
 Type: System.Single
 Value to initialize m14 to.
- m21
 Type: System.Single
 Value to initialize m21 to.
- m22
 Type: System.Single
 Value to initialize m22 to.
- m23
 Type: System.Single
 Value to initialize m23 to.
- m24
 Type: System.Single
 Value to initialize m24 to.
- m31
 Type: System.Single
 Value to initialize m31 to.
- m32
 Type: System.Single
 Value to initialize m32 to.
- m33
 Type: System.Single
 Value to initialize m33 to.
- m34
 Type: System.Single
 Value to initialize m34 to.
- m41
 Type: System.Single
 Value to initialize m41 to.
- m42
 Type: System.Single
 Value to initialize m42 to.
- m43
 Type: System.Single
 Value to initialize m43 to.
- m44
 Type: System.Single
 Value to initialize m44 to.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.