次の方法で共有


Device.GetTransform(TransformType)

GetTransform メソッド

トランスフォーム ステートを記述する行列を取得する。

定義

Visual Basic Public Function GetTransform( _
    ByVal state As TransformType _
) As Matrix
C# public Matrix GetTransform(
    TransformType state
);
Managed C++ public: Matrix GetTransform(
    TransformType state
);
JScript public function GetTransform(
    state : TransformType
) : Matrix;

パラメータ

state Microsoft.DirectX.Direct3D.TransformType.

戻り値

Microsoft.DirectX.Matrix.

対象

Device

© 2002 Microsoft Corporation. All rights reserved. Terms of use.