MatrixFixed.Zero Property
Retrieves an empty matrix.
Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)
'Declaration
Public Shared ReadOnly Property Zero As MatrixFixed
'Usage
Dim value As MatrixFixed
value = MatrixFixed.Zero
public static MatrixFixed Zero { get; }
public:
static property MatrixFixed Zero {
MatrixFixed get ();
}
/** @property */
public static MatrixFixed get_Zero ()
public static function get Zero () : MatrixFixed
Not applicable.
An empty Matrix structure.
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 2.0
MatrixFixed Structure
MatrixFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace