TextureStateManager.TextureTransform Property

Language:

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

Controls the transformation of texture coordinates for the current texture stage.

Definition

Visual Basic .NET Public Property TextureTransform As TextureTransform
C# public TextureTransform TextureTransform { get; set; }
Managed C++ public: __property TextureTransform get_TextureTransform();
public: __property void set_TextureTransform(TextureTransform);
JScript .NET public function get TextureTransform() : TextureTransform
public function set TextureTransform(TextureTransform);

Property Value

Microsoft.DirectX.Direct3D.TextureTransform . A TextureTransform object that represents the texture-stage state values.

This property is read/write. 

Remarks

The default value is TextureTransform.Disable.


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

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