Matrix3D Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the Matrix3D class.
Namespace: System.Windows.Media.Media3D
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub New ( _
m11 As Double, _
m12 As Double, _
m13 As Double, _
m14 As Double, _
m21 As Double, _
m22 As Double, _
m23 As Double, _
m24 As Double, _
m31 As Double, _
m32 As Double, _
m33 As Double, _
m34 As Double, _
offsetX As Double, _
offsetY As Double, _
offsetZ As Double, _
m44 As Double _
)
public Matrix3D(
double m11,
double m12,
double m13,
double m14,
double m21,
double m22,
double m23,
double m24,
double m31,
double m32,
double m33,
double m34,
double offsetX,
double offsetY,
double offsetZ,
double m44
)
Parameters
- m11
Type: System.Double
The value of the (1,1) field of the new matrix.
- m12
Type: System.Double
The value of the (1,2) field of the new matrix.
- m13
Type: System.Double
The value of the (1,3) field of the new matrix.
- m14
Type: System.Double
The value of the (1,4) field of the new matrix.
- m21
Type: System.Double
The value of the (2,1) field of the new matrix.
- m22
Type: System.Double
The value of the (2,2) field of the new matrix.
- m23
Type: System.Double
The value of the (2,3) field of the new matrix.
- m24
Type: System.Double
The value of the (2,4) field of the new matrix.
- m31
Type: System.Double
The value of the (3,1) field of the new matrix.
- m32
Type: System.Double
The value of the (3,2) field of the new matrix.
- m33
Type: System.Double
The value of the (3,3) field of the new matrix.
- m34
Type: System.Double
The value of the (3,4) field of the new matrix.
- offsetX
Type: System.Double
The value of the X offset field of the new matrix.
- offsetY
Type: System.Double
The value of the Y offset field of the new matrix.
- offsetZ
Type: System.Double
The value of the Z offset field of the new matrix.
- m44
Type: System.Double
The value of the (4,4) field of the new matrix.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.