TextureStateManager.TextureTransform Property |
Language: |
Controls the transformation of texture coordinates for the current texture stage.
Visual Basic Public Property TextureTransform As TextureTransform C# public TextureTransform TextureTransform { get; set; } C++ public:
property TextureTransform TextureTransform {
TextureTransform get();
void set(TextureTransform value);
}JScript public function get TextureTransform() : TextureTransform
public function set TextureTransform(TextureTransform);
Microsoft.DirectX.Direct3D.TextureTransform
This property is read/write.
A TextureTransform object that represents the texture-stage state values.
The default value is TextureTransform.Disable.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.