| EffectStateManager.SetTransform Method | Language: | 
Sets a transform.
Visual Basic MustOverride Public Sub SetTransform( _ 
ByVal transformType As TransformType, _
ByRef transform As Matrix _
)C# public abstract void SetTransform( 
TransformType transformType,
ref Matrix transform
);C++ public: 
virtual void SetTransform(
TransformType transformType,
Matrix% transform
) abstract;JScript public abstract function SetTransform( 
transformType : TransformType,
transform : Matrix
);
transformType Microsoft.DirectX.Direct3D.TransformType 
A value from the TransformType enumeration to set.transform Microsoft.DirectX.Matrix 
A transformation Matrix to set.
SetTransform is a user-implemented method that is called from an effect during rendering.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.