Matrix.Zero Property (Microsoft.DirectX)

Retrieves an empty matrix.

Definition

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

Property Value

Microsoft.DirectX.Matrix
Empty Matrix structure.

This property is read-only. 
Show: