DX9ToolsR4 - Created by: X

IGUITextured.Texture Property

Gets or Sets the texture for a particular texture stage.

[Visual Basic]
Property Texture( _
   ByVal Stage As TextureStage _
) As Texture
[C#]
Microsoft.DirectX.Direct3D.Texture this[
   CBX.Libs.DX9ToolsR4.TextureStage Stage
] {get; set;}

Parameters

Stage
The index of the texture state.

See Also

IGUITextured Interface | CBX.Libs.DX9ToolsR4.GUI Namespace | IGUITextured.Texture Overload List