BaseEffect.GetValueMatrixTranspose Method

Language:

Retrieves a transposed matrix.

Definition

Visual Basic Public Function GetValueMatrixTranspose( _
    ByVal parameter As EffectHandle _
) As Matrix
C# public Matrix GetValueMatrixTranspose(
    EffectHandle parameter
);
C++ public:
Matrix GetValueMatrixTranspose(
    EffectHandleparameter
);
JScript public function GetValueMatrixTranspose(
    parameter : EffectHandle
) : Matrix;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.

Return Value

Microsoft.DirectX.Matrix
Transposed Matrix.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center