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