Matrix.M11 Field (Microsoft.DirectX)
Retrieves or sets the element in the first row and the first column of the matrix.
Visual Basic Public M11 As Single C# public Single M11;
C++ public: Single M11;
JScript public var M11 : Single
System.Single
This field is read/write.
A Singlevalue that represents the first row and the first column of the matrix.
Show:
