EffectStateManager.SetTransform Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets a transform.

Definition

Visual Basic .NET MustOverride Public Sub SetTransform( _
    ByVal transformType As TransformType, _
    ByRef transform As Matrix _
)
C# public abstract void SetTransform(
    TransformType transformType,
    ref Matrix transform
);
Managed C++ public: virtual void SetTransform(
    TransformType transformType,
    Matrix *transform
) = 0;
JScript .NET public abstract function SetTransform(
    transformType : TransformType,
    transform : Matrix
);

Parameters

transformType Microsoft.DirectX.Direct3D.TransformType. A value from the TransformType enumeration to set.
transform Microsoft.DirectX.Matrix. A transformation Matrix to set.

Remarks

SetTransform is a user-implemented method that is called from an effect during rendering.


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

Feedback? Please provide us with your comments on this topic.