Share via


MatrixFixed.Add Method

Adds two matrices.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

'Declaration
Public Shared Function Add ( _
    left As MatrixFixed, _
    right As MatrixFixed _
) As MatrixFixed
'Usage
Dim left As MatrixFixed
Dim right As MatrixFixed
Dim returnValue As MatrixFixed

returnValue = MatrixFixed.Add(left, right)
public static MatrixFixed Add (
    MatrixFixed left,
    MatrixFixed right
)
public:
static MatrixFixed Add (
    MatrixFixed left, 
    MatrixFixed right
)
public static MatrixFixed Add (
    MatrixFixed left, 
    MatrixFixed right
)
public static function Add (
    left : MatrixFixed, 
    right : MatrixFixed
) : MatrixFixed

Parameters

  • left
    A Matrix structure on the left side of the addition operator.
  • right
    A Matrix structure on the right side of the addition operator.

Return Value

A Matrix instance that represents the result of the addition.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

MatrixFixed Structure
MatrixFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace