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