次の方法で共有


Device.MultiplyTransform(TransformType,Matrix)

MultiplyTransform メソッド

デバイスのワールド行列、ビュー行列、射影行列のいずれかに、指定された行列を乗算する。

定義

Visual Basic Public Sub MultiplyTransform( _
    ByVal state As TransformType, _
    ByVal matrix As Matrix _
)
C# public void MultiplyTransform(
    TransformType state,
    Matrix matrix
);
Managed C++ public: void MultiplyTransform(
    TransformType state,
    Matrix matrix
);
JScript public function MultiplyTransform(
    state : TransformType,
    matrix : Matrix
) : void;

パラメータ

state Microsoft.DirectX.Direct3D.TransformType.
matrix Microsoft.DirectX.Matrix.

対象

Device

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