次の方法で共有


Matrix.TransposeMatrix メソッド

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

特定の行列の転置行列を返します。

名前空間:  Microsoft.WindowsMobile.DirectX
アセンブリ:  Microsoft.WindowsMobile.DirectX (Microsoft.WindowsMobile.DirectX.dll 内)

構文

'宣言
Public Shared Function TransposeMatrix ( _
    source As Matrix _
) As Matrix
'使用
Dim source As Matrix
Dim returnValue As Matrix

returnValue = Matrix.TransposeMatrix(source)
public static Matrix TransposeMatrix(
    Matrix source
)
public:
static Matrix TransposeMatrix(
    Matrix source
)
static member TransposeMatrix : 
        source:Matrix -> Matrix 

パラメーター

戻り値

型 : Microsoft.WindowsMobile.DirectX.Matrix
行列の転置行列である Matrix オブジェクト。

.NET Framework セキュリティ

プラットフォーム

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

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。

バージョン情報

.NET Compact Framework

サポート対象 : 3.5、2.0

参照

参照

Matrix 構造体

Matrix メンバー

Microsoft.WindowsMobile.DirectX 名前空間