Matrix.Zero Property (Microsoft.DirectX)

Retrieves an empty matrix.

Definition

Visual Basic Public Shared  ReadOnly Property Zero As Matrix
C# public static Matrix Zero { get; }
C++ public:
static property Matrix Zero {
        Matrix get();
}
JScript public static  function get Zero() : Matrix

Property Value

Microsoft.DirectX.Matrix
Empty Matrix structure.

This property is read-only.