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

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.