Share via


Device.SetTransform(TransformType,Matrix)

SetTransform メソッド

単一デバイスのトランスフォーム関連ステートを設定する。

定義

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

パラメータ

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

対象

Device

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